/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers.cc | 25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) { in ignoreReport() 48 ErrorType ET; in handleTypeMismatchImpl() local 112 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleIntegerOverflowImpl() local 146 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflow in handleNegateOverflowImpl() local 182 ErrorType ET; in handleDivremOverflowImpl() local 226 ErrorType ET; in handleShiftOutOfBoundsImpl() local 272 ErrorType ET = ErrorType::OutOfBoundsIndex; in handleOutOfBoundsImpl() local 324 ErrorType ET = ErrorType::NonPositiveVLAIndex; in handleVLABoundNotPositive() local 371 ErrorType ET = ErrorType::FloatCastOverflow; in handleFloatCastOverflow() local 413 ErrorType ET = in handleLoadInvalidValue() local [all …]
|
D | ubsan_handlers_cxx.cc | 46 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local 93 ErrorType ET = ErrorType::CFIBadType; in HandleCFIBadType() local
|
D | ubsan_diag.cc | 407 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | S_V_G_.py | 6 import xml.etree.cElementTree as ET namespace 8 import xml.etree.ElementTree as ET namespace
|
/external/clang/test/SemaCXX/ |
D | enum-scoped.cpp | 208 enum class ET : T; // expected-note 2{{here}} member 211 template<> enum class S<int>::ET : int {}; enum 212 template<> enum class S<char>::ET : short {}; // expected-error {{different underlying type}} enum 216 …template<typename T> enum class S<T>::ET : int {}; // expected-error {{different underlying type '… enum
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.h | 39 #define ET U_EUROPEAN_NUMBER_TERMINATOR macro
|
/external/clang/include/clang/Basic/ |
D | TargetBuiltins.h | 123 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags() 132 EltType ET = getEltType(); in isPoly() local
|
/external/clang/lib/AST/ |
D | Type.cpp | 138 QualType ET, in Profile() 1626 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralType() local 1642 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType() local 1706 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerType() local 1722 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local 1746 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isUnsignedIntegerType() local 1762 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isUnsignedIntegerOrEnumerationType() local 1803 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isRealType() local 1812 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isArithmeticType() local 2335 if (const EnumType *ET = getAs<EnumType>()){ in isPromotableIntegerType() local [all …]
|
D | TemplateBase.cpp | 43 if (const EnumType *ET = T->getAs<EnumType>()) { in printIntegral() local
|
D | ASTContext.cpp | 1765 if (const EnumType *ET = dyn_cast<EnumType>(TT)) { in getTypeInfoImpl() local 1907 if (const EnumType *ET = T->getAs<EnumType>()) in getPreferredTypeAlign() local 4717 if (const EnumType *ET = Promotable->getAs<EnumType>()) in getPromotedIntegerType() local 4774 static const Type *getIntegerTypeForEnum(const EnumType *ET) { in getIntegerTypeForEnum() 4790 if (const EnumType *ET = dyn_cast<EnumType>(LHSC)) in getIntegerTypeOrder() local 4792 if (const EnumType *ET = dyn_cast<EnumType>(RHSC)) in getIntegerTypeOrder() local 5450 static char ObjCEncodingForEnumType(const ASTContext *C, const EnumType *ET) { in ObjCEncodingForEnumType() 5485 if (const EnumType *ET = T->getAs<EnumType>()) in EncodeBitField() local 7306 QualType ET = I->getType().getUnqualifiedType(); in mergeTransparentUnionType() local 7501 static QualType mergeEnumWithInteger(ASTContext &Context, const EnumType *ET, in mergeEnumWithInteger() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestData.java | 25 protected static final int ET = UCharacterDirection.EUROPEAN_NUMBER_TERMINATOR; field in TestData
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestData.java | 26 protected static final int ET = UCharacterDirection.EUROPEAN_NUMBER_TERMINATOR; field in TestData
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcCAPITest.cpp | 66 auto *ET = CCtx->APIExecTest; in myCompileCallback() local
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 606 QualType ET = QualType(); in clang_getElementType() local 658 QualType ET = QualType(); in clang_getArrayElementType() local 721 QualType ET = QualType(); in clang_Type_getClassType() local
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AddressingModes.h | 151 inline unsigned getExtendEncoding(AArch64_AM::ShiftExtendType ET) { in getExtendEncoding() 170 static inline unsigned getArithExtendImm(AArch64_AM::ShiftExtendType ET, in getArithExtendImm() 200 static inline unsigned getMemExtendImm(AArch64_AM::ShiftExtendType ET, in getMemExtendImm()
|
/external/chromium-trace/catapult/trace_processor/third_party/cloudstorage/ |
D | cloudstorage_api.py | 32 import xml.etree.cElementTree as ET namespace
|
/external/v8/tools/gyp/pylib/gyp/generator/ |
D | eclipse.py | 27 import xml.etree.cElementTree as ET namespace
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 645 Type* ET = AT->getElementType(); in printType() local 657 Type* ET = PT->getElementType(); in printType() local 669 Type* ET = PT->getElementType(); in printType() local
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
D | bluetooth_SDP_ServiceAttributeRequest.py | 6 import xml.etree.ElementTree as ET namespace
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
D | bluetooth_SDP_ServiceSearchAttributeRequest.py | 7 import xml.etree.ElementTree as ET namespace
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 1001 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend() local 1014 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64() local 1020 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64() local 1029 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend() local 1038 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend() local 1574 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addExtendOperands() local 1582 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addExtend64Operands() local 1590 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addMemExtendOperands() local 1602 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in addMemExtend8Operands() local
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 121 for (auto *ET : CU->getEnumTypes()) in processModule() local
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
D | test_modulegraph.py | 11 import xml.etree.ElementTree as ET namespace
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 549 if (const EnumType *ET = E->getType()->getAs<EnumType>()) { in findEnumForBlockReturn() local
|
/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 38 ET= U_EUROPEAN_NUMBER_TERMINATOR, /* 4 */ enumerator
|