Home
last modified time | relevance | path

Searched refs:ExistingIdx (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/IR/
DDebugLoc.cpp162 int ExistingIdx) { in getOrAddScopeRecordIdxEntry() argument
168 if (ExistingIdx) in getOrAddScopeRecordIdxEntry()
169 return Idx = ExistingIdx; in getOrAddScopeRecordIdxEntry()
185 int ExistingIdx) { in getOrAddScopeInlinedAtIdxEntry() argument
191 if (ExistingIdx) in getOrAddScopeInlinedAtIdxEntry()
192 return Idx = ExistingIdx; in getOrAddScopeInlinedAtIdxEntry()
DLLVMContextImpl.h363 int getOrAddScopeRecordIdxEntry(MDNode *N, int ExistingIdx);
364 int getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA,int ExistingIdx);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp156 unsigned ExistingIdx = 0, ExistingN = ExistingFeatures.size(); in checkTargetOptions() local
158 while (ExistingIdx < ExistingN && ReadIdx < ReadN) { in checkTargetOptions()
159 if (ExistingFeatures[ExistingIdx] == ReadFeatures[ReadIdx]) { in checkTargetOptions()
160 ++ExistingIdx; in checkTargetOptions()
165 if (ReadFeatures[ReadIdx] < ExistingFeatures[ExistingIdx]) { in checkTargetOptions()
174 << true << ExistingFeatures[ExistingIdx]; in checkTargetOptions()
178 if (ExistingIdx < ExistingN) { in checkTargetOptions()
181 << true << ExistingFeatures[ExistingIdx]; in checkTargetOptions()