HomeSort by relevance Sort by last modified time
    Searched defs:TSI (Results 1 - 24 of 24) sorted by null

  /external/clang/lib/AST/
Comment.cpp 235 const TypeSourceInfo *TSI = TD->getTypeSourceInfo();
236 if (!TSI)
238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
DeclObjC.cpp     [all...]
Decl.cpp 771 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo())
772 TypeAsWritten = TSI->getType();
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 211 const TypeSourceInfo *TSI = nullptr;
213 TSI =
216 TSI = i->ExplicitCastType;
234 if (TSI)
235 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 481 Value *TSI = Builder->CreateLShr(Op0, C1->logBase2(), Op1->getName()+".t",
489 return SelectInst::Create(Cond, TSI, FSI);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 138 const TargetSelectionDAGInfo &TSI;
205 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 182 const SelectionDAGTargetInfo *TSI;
330 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 876 section_iterator TSI = Obj.section_end();
878 TSI = *TSIOrErr;
881 assert(TSI != Obj.section_end() && "TSI should refer to a valid section");
883 bool IsCode = TSI->isText();
884 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 169 const SelectionDAGTargetInfo *TSI;
337 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 169 const SelectionDAGTargetInfo *TSI;
337 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 169 const SelectionDAGTargetInfo *TSI;
337 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 169 const SelectionDAGTargetInfo *TSI;
337 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 169 const SelectionDAGTargetInfo *TSI;
337 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 169 const SelectionDAGTargetInfo *TSI;
337 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 169 const SelectionDAGTargetInfo *TSI;
337 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 169 const SelectionDAGTargetInfo *TSI;
337 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 720 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType);
724 /*VarDecl*/nullptr, DeclarationName(Id), DeductType, TSI,
772 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType,
779 Loc, Id, InitCaptureType, TSI, SC_Auto)
    [all...]
SemaObjCProperty.cpp 188 TypeSourceInfo *TSI = GetTypeForDeclarator(FD.D, S);
189 QualType T = TSI->getType();
207 T, TSI, MethodImplKind);
217 T, TSI, MethodImplKind);
420 TypeSourceInfo *TSI,
518 T, TSI, MethodImplKind, DC);
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 733 const TargetSubtargetInfo &TSI = Asm->MF->getSubtarget();
734 const TargetFrameLowering *TFI = TSI.getFrameLowering();
735 const TargetRegisterInfo *TRI = TSI.getRegisterInfo();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 797 milliseconds