HomeSort by relevance Sort by last modified time
    Searched defs:ET (Results 1 - 25 of 39) sorted by null

1 2

  /external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.cc 46 ErrorType ET = ErrorType::DynamicTypeMismatch;
47 if (ignoreReport(Loc, Opts, ET))
50 ScopedReport R(Opts, Loc, ET);
93 ErrorType ET = ErrorType::CFIBadType;
95 if (ignoreReport(Loc, Opts, ET))
98 ScopedReport R(Opts, Loc, ET);
ubsan_handlers.cc 25 bool ignoreReport(SourceLocation SLoc, ReportOptions Opts, ErrorType ET) {
35 return SLoc.isDisabled() || IsPCSuppressed(ET, Opts.pc, SLoc.getFilename());
48 ErrorType ET;
50 ET = ErrorType::NullPointerUse;
52 ET = ErrorType::MisalignedPointerUse;
54 ET = ErrorType::InsufficientObjectSize;
58 if (ignoreReport(Loc.getSourceLocation(), Opts, ET))
67 ScopedReport R(Opts, Loc, ET);
69 switch (ET) {
112 ErrorType ET = IsSigned ? ErrorType::SignedIntegerOverflo
    [all...]
  /external/llvm/unittests/ExecutionEngine/Orc/
OrcCAPITest.cpp 66 auto *ET = CCtx->APIExecTest;
67 CCtx->M = ET->createTestModule(ET->TM->getTargetTriple());
  /frameworks/compile/slang/
slang_rs_export_element.cpp 77 RSExportType *ET = nullptr;
100 ET = EPT;
117 ET = EVT;
128 return ET;
slang_rs_export_func.cpp 107 RSExportType *ET =
110 if (ET == nullptr) {
117 slangAssert((ET->getClass() == RSExportType::ExportClassRecord) &&
120 F->mParamPacketType = static_cast<RSExportRecordType *>(ET);
slang_rs_context.cpp 82 RSExportType *ET = RSExportType::CreateFromDecl(this, VD);
83 if (!ET)
86 RSExportVar *EV = new RSExportVar(this, VD, ET);
186 RSExportType *ET = nullptr;
211 ET = RSExportType::Create(this, T, NotLegacyKernelArgument);
214 return (ET != nullptr);
388 RSExportType *ET) {
392 ET);
slang_rs_export_foreach.cpp 366 RSExportType *ET =
369 slangAssert(ET && "Failed to export a kernel");
371 slangAssert((ET->getClass() == RSExportType::ExportClassRecord) &&
374 FE->mParamPacketType = static_cast<RSExportRecordType *>(ET);
slang.cpp 486 RSExportType *ET = static_cast<RSExportType *>(RSE);
487 if (ET->getClass() != RSExportType::ExportClassRecord)
490 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET);
slang_backend.cpp 526 const RSExportType *ET = EV->getType();
534 switch (ET->getClass()) {
537 static_cast<const RSExportPrimitiveType*>(ET);
549 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET)
565 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));
836 const RSExportType *ET = I->getValue();
841 llvm::MDString::get(mLLVMContext, ET->getName().c_str()));
843 if (ET->getClass() == RSExportType::ExportClassRecord) {
845 static_cast<const RSExportRecordType*>(ET);
856 StructInfoMetadataName.append(ET->getName())
    [all...]
slang_rs_export_type.cpp 839 RSExportType *ET = nullptr;
846 ET = RSExportRecordType::Create(Context,
853 ET = RSExportMatrixType::Create(Context,
    [all...]
slang_rs_reflection_cpp.cpp 61 static std::string GetTypeName(const RSExportType *ET, bool PreIdentifier = true) {
62 if((!PreIdentifier) && (ET->getClass() != RSExportType::ExportClassConstantArray)) {
66 switch (ET->getClass()) {
69 static_cast<const RSExportPrimitiveType *>(ET);
79 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
87 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
94 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
98 static_cast<const RSExportConstantArrayType *>(ET);
111 return ET->getElementName() + "." + kRsTypeItemClassName;
515 const RSExportType *ET = EV->getType()
    [all...]
slang_rs_reflection.cpp 88 void genAddElement(const RSExportType *ET, const std::string &VarName,
187 std::string GetTypeName(const RSExportType *ET, unsigned Style = TypeNameDefault) {
188 switch (ET->getClass()) {
191 RSExportPrimitiveType::getRSReflectionType(static_cast<const RSExportPrimitiveType *>(ET));
198 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
206 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET);
216 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
220 static_cast<const RSExportConstantArrayType *>(ET);
233 return ET->getElementName() + "." RS_TYPE_ITEM_CLASS_NAME;
235 return ET->getName()
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.h 39 #define ET U_EUROPEAN_NUMBER_TERMINATOR
  /external/clang/include/clang/Basic/
TargetBuiltins.h 123 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) {
132 EltType ET = getEltType();
133 return ET == Poly8 || ET == Poly16;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestData.java 26 protected static final int ET = UCharacterDirection.EUROPEAN_NUMBER_TERMINATOR;
48 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
58 { R, EN, NSM, ET }, // 5
98 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestData.java 25 protected static final int ET = UCharacterDirection.EUROPEAN_NUMBER_TERMINATOR;
47 "L", "R", "EN", "ES", "ET", "AN", "CS", "B", "S", "WS", "ON",
57 { R, EN, NSM, ET }, // 5
97 { RLO, RLO, AL, AL, WS, EN, ES, ON, WS, S, S, PDF, LRO, WS, AL, ET, RLE,
  /external/clang/tools/libclang/
CXType.cpp 606 QualType ET = QualType();
613 ET = cast<ConstantArrayType> (TP)->getElementType();
616 ET = cast<IncompleteArrayType> (TP)->getElementType();
619 ET = cast<VariableArrayType> (TP)->getElementType();
622 ET = cast<DependentSizedArrayType> (TP)->getElementType();
625 ET = cast<VectorType> (TP)->getElementType();
628 ET = cast<ComplexType> (TP)->getElementType();
634 return MakeCXType(ET, GetTU(CT));
658 QualType ET = QualType();
665 ET = cast<ConstantArrayType> (TP)->getElementType()
    [all...]
  /external/clang/test/SemaCXX/
enum-scoped.cpp 208 enum class ET : T; // expected-note 2{{here}}
211 template<> enum class S<int>::ET : int {};
212 template<> enum class S<char>::ET : short {}; // expected-error {{different underlying type}}
216 template<typename T> enum class S<T>::ET : int {}; // expected-error {{different underlying type 'int' (was 'short')}}
221 // never instantiate the definitions of S<short>::ET nor S<short>::Eint.
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 645 Type* ET = AT->getElementType();
646 printType(ET);
648 std::string elemName(getCppName(ET));
657 Type* ET = PT->getElementType();
658 printType(ET);
660 std::string elemName(getCppName(ET));
669 Type* ET = PT->getElementType();
670 printType(ET);
672 std::string elemName(getCppName(ET));
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /external/icu/icu4c/source/common/
ubidiimp.h 38 ET= U_EUROPEAN_NUMBER_TERMINATOR, /* 4 */
94 #define MASK_POSSIBLE_N (DIRPROP_FLAG(ON)|DIRPROP_FLAG(CS)|DIRPROP_FLAG(ES)|DIRPROP_FLAG(ET)|MASK_WS)
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 219 llvm::Type *ET = PT->getElementType();
220 uint64_t ETSize = DL->getTypeAllocSize(ET);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 956 milliseconds

1 2