/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 | 47 ErrorType ET = ErrorType::DynamicTypeMismatch; in HandleDynamicTypeCacheMiss() local 101 ErrorType ET = ErrorType::CFIBadType; in HandleCFIBadType() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/Common/ |
D | AssemblerUtils.h | 44 inline void CheckWithSetup(const ExegesisTarget &ET, in CheckWithSetup() 71 assembleToFunction(const ExegesisTarget &ET, in assembleToFunction()
|
/external/catch2/scripts/ |
D | benchmarkRunner.py | 4 import xml.etree.ElementTree as ET namespace
|
/external/autotest/client/cros/video/ |
D | arc_device_capability.py | 7 import xml.etree.ElementTree as ET namespace
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | main.py | 129 import xml.etree.ElementTree as ET namespace 542 import xml.etree.ElementTree as ET namespace
|
D | runtest.py | 140 import xml.etree.ElementTree as ET namespace
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_vulkan_header.py | 18 import xml.etree.ElementTree as ET namespace
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_enums.py | 32 import xml.etree.ElementTree as ET namespace
|
/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/harfbuzz_ng/test/shaping/data/text-rendering-tests/ |
D | extract-tests.py | 6 import xml.etree.ElementTree as ET namespace
|
/external/syzkaller/vendor/golang.org/x/text/unicode/bidi/ |
D | trieval.go | 13 ET // EuropeanTerminator const
|
D | gen_trieval.go | 17 ET // EuropeanTerminator const
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Assembler.cpp | 33 const ExegesisTarget &ET, in generateSnippetSetupCode() 142 void assembleToStream(const ExegesisTarget &ET, in assembleToStream()
|
/external/autotest/client/cros/ |
D | chrome_binary_test.py | 10 import xml.etree.ElementTree as ET namespace
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | report_utils.py | 27 import xml.etree.cElementTree as ET namespace
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.h | 38 #define ET U_EUROPEAN_NUMBER_TERMINATOR macro
|
/external/swiftshader/src/Reactor/ |
D | LLVMRoutineManager.cpp | 119 void LLVMRoutineManager::deallocateExceptionTable(void *ET) in deallocateExceptionTable()
|
/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestData.java | 30 protected static final int ET = UCharacterDirection.EUROPEAN_NUMBER_TERMINATOR; field in TestData
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestData.java | 27 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/lib/AST/ |
D | Type.cpp | 138 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 …]
|
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | construct_types.pass.cpp | 193 using ET = std::experimental::erased_type; in main() typedef
|