Home
last modified time | relevance | path

Searched defs:ET (Results 1 – 25 of 62) sorted by relevance

123

/external/compiler-rt/lib/ubsan/
Dubsan_handlers.cc25 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 …]
Dubsan_handlers_cxx.cc47 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local
101 ErrorType ET = ErrorType::CFIBadType; in HandleCFIBadType() local
/external/mesa3d/src/mapi/glapi/gen/
Dgl_enums.py33 import xml.etree.ElementTree as ET namespace
/external/fonttools/Lib/fontTools/ttLib/tables/
DS_V_G_.py6 import xml.etree.cElementTree as ET namespace
8 import xml.etree.ElementTree as ET namespace
/external/clang/test/SemaCXX/
Denum-scoped.cpp208 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/autotest/client/cros/
Dchrome_binary_test.py10 import xml.etree.ElementTree as ET namespace
/external/mesa3d/src/intel/vulkan/
Danv_entrypoints_gen.py26 import xml.etree.ElementTree as ET namespace
/external/mesa3d/src/amd/vulkan/
Dradv_entrypoints_gen.py26 import xml.etree.ElementTree as ET namespace
/external/swiftshader/src/Reactor/
DLLVMRoutineManager.cpp117 void LLVMRoutineManager::deallocateExceptionTable(void *ET) in deallocateExceptionTable()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.h38 #define ET U_EUROPEAN_NUMBER_TERMINATOR macro
/external/ltp/android/tools/
Dcki_coverage.py36 import xml.etree.ElementTree as ET namespace
/external/clang/include/clang/Basic/
DTargetBuiltins.h123 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags()
132 EltType ET = getEltType(); in isPoly() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestData.java27 protected static final int ET = UCharacterDirection.EUROPEAN_NUMBER_TERMINATOR; field in TestData
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_types.pass.cpp160 using ET = std::experimental::erased_type; in main() typedef
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestData.java30 protected static final int ET = UCharacterDirection.EUROPEAN_NUMBER_TERMINATOR; field in TestData
/external/llvm/unittests/ExecutionEngine/Orc/
DOrcCAPITest.cpp66 auto *ET = CCtx->APIExecTest; in myCompileCallback() local
/external/clang/lib/AST/
DType.cpp138 QualType ET, in Profile()
1632 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralType() local
1648 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isIntegralOrUnscopedEnumerationType() local
1712 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerType() local
1728 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isSignedIntegerOrEnumerationType() local
1752 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isUnsignedIntegerType() local
1768 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) { in isUnsignedIntegerOrEnumerationType() local
1809 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isRealType() local
1818 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) in isArithmeticType() local
2341 if (const EnumType *ET = getAs<EnumType>()){ in isPromotableIntegerType() local
[all …]
DTemplateBase.cpp43 if (const EnumType *ET = T->getAs<EnumType>()) { in printIntegral() local
/external/clang/tools/libclang/
DCXType.cpp619 QualType ET = QualType(); in clang_getElementType() local
671 QualType ET = QualType(); in clang_getArrayElementType() local
734 QualType ET = QualType(); in clang_Type_getClassType() local
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h151 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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp291 virtual void deallocateExceptionTable(void *ET) { in deallocateExceptionTable()
449 virtual void deallocateExceptionTable(void *ET) { in deallocateExceptionTable()
/external/llvm/lib/IR/
DDebugInfo.cpp62 for (auto *ET : CU->getEnumTypes()) in processModule() local
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dbluetooth_SDP_ServiceSearchAttributeRequest.py7 import xml.etree.ElementTree as ET namespace
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dbluetooth_SDP_ServiceAttributeRequest.py6 import xml.etree.ElementTree as ET namespace
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp587 Type* ET = AT->getElementType(); in printType() local
600 Type* ET = PT->getElementType(); in printType() local
613 Type* ET = PT->getElementType(); in printType() local

123