/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | OProfileJITEventListener.cpp | 126 DebugLoc FirstLoc = Details.LineStarts[0].Loc; in NotifyFunctionEmitted() local 127 assert(!FirstLoc.isUnknown() in NotifyFunctionEmitted() 129 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); in NotifyFunctionEmitted()
|
/external/clang/lib/Lex/ |
D | TokenLexer.cpp | 771 SourceLocation FirstLoc = begin_tokens->getLocation(); in updateConsecutiveMacroArgTokens() local 772 SourceLocation CurLoc = FirstLoc; in updateConsecutiveMacroArgTokens() 808 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(), in updateConsecutiveMacroArgTokens() 814 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens() 821 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs); in updateConsecutiveMacroArgTokens()
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 785 size_t FirstLoc = StringRef::npos; in FindFirstCandidateMatch() local 807 if (PrefixLoc > FirstLoc) in FindFirstCandidateMatch() 811 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size()) in FindFirstCandidateMatch() 823 FirstLoc = PrefixLoc; in FindFirstCandidateMatch() 834 CheckLoc = FirstLoc; in FindFirstCandidateMatch()
|
/external/clang/include/clang/Serialization/ |
D | Module.h | 196 SourceLocation FirstLoc; variable
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 224 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local 252 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 972 SourceLocation FirstLoc; in Finish() local 975 if (FirstLoc.isInvalid() || in Finish() 977 FirstLoc)) in Finish() 978 FirstLoc = ExtraLocs[I]; in Finish()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 223 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local 251 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 1598 unsigned FirstLoc = ~0U; in RescheduleOps() local 1609 if (Loc <= FirstLoc) { in RescheduleOps() 1610 FirstLoc = Loc; in RescheduleOps() 1647 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 2265 SourceLocation FirstLoc = start->getLocStart(); in removePunyEdges() local 2268 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges() 2270 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges() 2271 std::swap(SecondLoc, FirstLoc); in removePunyEdges() 2273 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
|
/external/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 2149 unsigned FirstLoc = ~0U; in RescheduleOps() local 2160 if (Loc <= FirstLoc) { in RescheduleOps() 2161 FirstLoc = Loc; in RescheduleOps() 2199 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 346 bool FirstLoc = true; in maybeRecordLocation() local 350 if (!FirstLoc) in maybeRecordLocation() 352 FirstLoc = false; in maybeRecordLocation()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in areTokensAdjacent() local 46 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1374 return F->ImportedBy[0]->FirstLoc; in getImportLocation() 2829 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()
|