/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/ |
H A D | Forest.h |
|
/llvm-project/clang/test/Index/ |
H A D | load-exprs.c | 27 enum { StartIndex = 1 }; enumerator
|
/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 37 unsigned StartIndex, in printRemainingVariableOps() argument 52 unsigned StartIndex, in printOpConstantVarOps() argument
|
H A D | SPIRVBaseInfo.h | 250 getSPIRVStringOperand(const InstType & MI,unsigned StartIndex) getSPIRVStringOperand() argument
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | PriorityWorklist.h | 120 ptrdiff_t StartIndex = V.size(); in insert() local
|
/llvm-project/bolt/lib/Core/ |
H A D | JumpTable.cpp | 43 size_t StartIndex = 0, EndIndex = 0; in getEntriesForAddress() local
|
H A D | BinaryFunction.cpp | 3720 const int64_t StartIndex = Start ? getIndex(Start) : -1LL; insertBasicBlocks() local 3749 const unsigned StartIndex = getIndex(&*StartBB); insertBasicBlocks() local 3776 updateBBIndices(const unsigned StartIndex) updateBBIndices() argument 3784 const unsigned StartIndex = getIndex(Start) + 1; updateCFIState() local 3799 unsigned StartIndex = getIndex(Start); updateLayout() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | IncludeSorter.cpp | 48 size_t StartIndex = Canonical.find_last_of('/'); in makeCanonicalName() local
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | CVSymbolVisitor.cpp | 120 if (!Symbols.isOffsetValid(ParentOffsets[StartIndex])) in visitSymbolStreamFiltered() local
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | FunctionLayout.h | 80 unsigned StartIndex; variable
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 45 unsigned StartIndex; variable
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | MLRegAllocDevelopmentFeatures.cpp | 41 size_t StartIndex; global() member
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 76 getStringImm(const MachineInstr & MI,unsigned StartIndex) getStringImm() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 890 pushOutAdd(PHINode * & Phi,Value * OffsSecondOperand,unsigned StartIndex) pushOutAdd() argument 921 Value *StartIndex = pushOutMulShl() local [all...] |
/llvm-project/llvm/unittests/Support/ |
H A D | raw_ostream_test.cpp | 43 unsigned StartIndex = 256 - BytesLeftInBuffer; printToString() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DbgEntityHistoryCalculator.cpp | 180 EntryIndex StartIndex = 0; in trimLocationRanges() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 24 unsigned StartIndex, unsigned EndIndex) in StmtSequence()
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFork.cpp | 144 size_t StartIndex = ((JobId - 1) % NumCorpuses) * AverageCorpusSize; in CreateNewJob() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 1740 unsigned StartIndex; member in __anonfdfcccb10411::SanitizeDtorFieldRange 1744 SanitizeDtorFieldRange(const CXXDestructorDecl *Dtor, unsigned StartIndex, in SanitizeDtorFieldRange() argument 1811 std::optional<unsigned> StartIndex; member in __anonfdfcccb10411::SanitizeDtorCleanupBuilder [all...] |
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 726 stackFrameIncludesInlinedCallStack(ArrayRef<Frame> ProfileCallStack,ArrayRef<uint64_t> InlinedCallStack,unsigned StartIndex=0) stackFrameIncludesInlinedCallStack() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SourceCode.cpp | 1130 llvm::Expected<size_t> StartIndex = positionToOffset(Contents, Start, false); in applyChange() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 1278 SlotIndex StartIndex = Indexes->getMBBEndIdx(this); SplitCriticalEdge() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | EasilySwappableParametersCheck.cpp | 1413 const TheCheck &Check, const FunctionDecl *FD, std::size_t StartIndex, in modelMixingRange()
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StreamChecker.cpp | 822 escapeByStartIndexAndCount(ProgramStateRef State,const CallEvent & Call,unsigned BlockCount,const SubRegion * Buffer,QualType ElemType,int64_t StartIndex,int64_t ElementCount) escapeByStartIndexAndCount() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1159 unsigned StartIndex = Index; CheckImplicitInitList() local 3496 Expr *StartIndex = static_cast<Expr *>(D.getArrayRangeStart()); ActOnDesignatedInitializer() local [all...] |