/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_handlers.cpp | 27 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport() 91 ErrorType ET; in handleTypeMismatchImpl() local 159 ErrorType ET = ErrorType::AlignmentAssumption; in handleAlignmentAssumptionImpl() local 214 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl() local 253 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleNegateOverflowImpl() local 292 ErrorType ET; in handleDivremOverflowImpl() local 337 ErrorType ET; in handleShiftOutOfBoundsImpl() local 384 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl() local 410 ErrorType ET = ErrorType::UnreachableCall; in handleBuiltinUnreachableImpl() local 423 ErrorType ET = ErrorType::MissingReturn; in handleMissingReturnImpl() local [all …]
|
H A D | ubsan_handlers_cxx.cpp | 46 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local 101 ErrorType ET = ErrorType::CFIBadType; in __ubsan_handle_cfi_bad_type() local
|
H A D | ubsan_diag.h | 142 ErrorType ET; global() variable 208 Diag(Location Loc,DiagLevel Level,ErrorType ET,const char * Message) Diag() argument
|
H A D | ubsan_diag.cpp | 429 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | parse.h | 42 ET = 258, enumerator 53 #define ET 258 macro
|
H A D | parse.c | 69 ET = 258, enumerator 80 #define ET 258 macro
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaBPF.cpp | 63 } else if (const auto *ET = Ty->getAs<EnumType>()) { in isValidPreserveTypeInfoArg() local 103 const auto *ET = Ty->getAs<EnumType>(); in isValidPreserveEnumValueArg() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonnullGlobalConstantsChecker.cpp | 118 } else if (const auto *ET = dyn_cast<ElaboratedType>(T)) { in isGlobalConstString() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 163 ConstantArrayType::Create(const ASTContext &Ctx, QualType ET, QualType Can, in Create() 231 const ASTContext &Context, QualType ET, in Profile() 252 QualType ET, in Profile() 689 if (const auto *ET = getAs<EnumType>()) in isScopedEnumeralType() local 2065 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralType() local 2083 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) in isUnscopedEnumerationType() local 2152 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerType() local 2173 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local 2202 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { in isUnsignedIntegerType() local 2223 if (const auto *ET = dyn_cast<EnumType>(CanonicalType)) { in isUnsignedIntegerOrEnumerationType() local [all …]
|
H A D | TemplateBase.cpp | 63 if (const EnumType *ET = T->getAs<EnumType>()) { in printIntegral() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 201 llvm::hlsl::ElementType ET, in addBufferResourceAnnotation() 291 llvm::hlsl::ElementType ET = calculateElementType(CGM.getContext(), Ty); in annotateHLSLResource() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 68 : EType(ET), Opcode(O) {} in EType() argument 149 BasicExpression(unsigned NumOperands, ExpressionType ET) in BasicExpression() 157 ExpressionType ET = EB->getExpressionType(); in classof() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 45 HWStallEvent::GenericEventType ET = toHWStallEventType(S); in isAvailable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AddressingModes.h | 152 switch (ET) { in getExtendEncoding() argument 171 getArithExtendImm(AArch64_AM::ShiftExtendType ET,unsigned Imm) getArithExtendImm() argument 201 getMemExtendImm(AArch64_AM::ShiftExtendType ET,bool DoShift) getMemExtendImm() argument
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | XCore.cpp | 414 static bool appendEnumType(SmallStringEnc &Enc, const EnumType *ET, in appendEnumType() 617 if (const EnumType *ET = QT->getAs<EnumType>()) in appendType() local
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 104 if (const auto *ET = QT->getAs<EnumType>()) in ConvertQualTypeToKind() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 205 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags() 214 EltType ET = getEltType(); in isPoly() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph.cpp | 403 void GraphRenderer::exportGraphAsDOT(raw_ostream &OS, StatType ET, StatType EC, in exportGraphAsDOT()
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 65 #define ET gettystrs[6].value macro
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 227 auto ET = Loc.getAs<ElaboratedTypeLoc>(); in name() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | RefCntblBaseVirtualDtorChecker.cpp | 83 while (auto *ET = dyn_cast<ElaboratedType>(PointeeType)) { in VisitCXXDeleteExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 1536 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend() local 1549 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64() local 1558 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64() local 1567 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isLSLImm3Shift() local 1574 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend() local 1583 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend() local 2181 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addExtendOperands() local 2189 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addExtend64Operands() local 2197 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addMemExtendOperands() local 2209 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addMemExtend8Operands() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIASession.cpp | 380 CComPtr<IDiaEnumTables> ET; in getTableEnumerator() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 188 void setEffectiveTriple(llvm::Triple ET) const { in setEffectiveTriple()
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.h | 93 EXTERN long ET; /* echocheck timeout */ variable
|