| /external/clang/include/clang/Lex/ |
| D | PPCallbacks.h | 158 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident() 162 virtual void PragmaDirective(SourceLocation Loc, in PragmaDirective() 167 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment() 173 virtual void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch() 180 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() 200 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage() 206 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush() 212 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop() 217 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() 228 virtual void PragmaWarning(SourceLocation Loc, StringRef WarningSpec, in PragmaWarning() [all …]
|
| /external/compiler-rt/lib/ubsan/ |
| D | ubsan_handlers.h | 21 SourceLocation Loc; member 43 SourceLocation Loc; member 64 SourceLocation Loc; member 75 SourceLocation Loc; member 84 SourceLocation Loc; member 93 SourceLocation Loc; member 108 SourceLocation Loc; member 118 SourceLocation Loc; member 126 SourceLocation Loc; member 135 SourceLocation Loc; member [all …]
|
| D | ubsan_handlers.cc | 46 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() local 110 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl() local 144 SourceLocation Loc = Data->Loc.acquire(); in handleNegateOverflowImpl() local 178 SourceLocation Loc = Data->Loc.acquire(); in handleDivremOverflowImpl() local 222 SourceLocation Loc = Data->Loc.acquire(); in handleShiftOutOfBoundsImpl() local 271 SourceLocation Loc = Data->Loc.acquire(); in handleOutOfBoundsImpl() local 323 SourceLocation Loc = Data->Loc.acquire(); in handleVLABoundNotPositive() local 369 Location Loc; in handleFloatCastOverflow() local 409 SourceLocation Loc = Data->Loc.acquire(); in handleLoadInvalidValue() local 475 SourceLocation Loc = Data->Loc.acquire(); in handleNonNullReturn() local [all …]
|
| /external/clang/include/clang/AST/ |
| D | TypeLoc.h | 167 void initialize(ASTContext &Context, SourceLocation Loc) const { in initialize() 263 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal() 298 if (QualifiedTypeLoc Loc = getAs<QualifiedTypeLoc>()) in getUnqualifiedLoc() local 496 void setNameLoc(SourceLocation Loc) { in setNameLoc() 502 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal() 525 void setBuiltinLoc(SourceLocation Loc) { in setBuiltinLoc() 606 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal() 871 void setTypeArgsLAngleLoc(SourceLocation Loc) { in setTypeArgsLAngleLoc() 878 void setTypeArgsRAngleLoc(SourceLocation Loc) { in setTypeArgsRAngleLoc() 899 void setProtocolLAngleLoc(SourceLocation Loc) { in setProtocolLAngleLoc() [all …]
|
| /external/clang/lib/Lex/ |
| D | PPConditionalDirectiveRecord.cpp | 78 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If() 85 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef() 92 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef() 99 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif() 107 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else() 113 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
|
| /external/clang/lib/Sema/ |
| D | SemaCoroutine.cpp | 27 SourceLocation Loc) { in lookupPromiseType() 104 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) { in checkCoroutineContext() 163 SourceLocation Loc, Expr *E) { in buildOperatorCoawaitCall() 175 static ExprResult buildMemberCall(Sema &S, Expr *Base, SourceLocation Loc, in buildMemberCall() 194 static ReadySuspendResumeResult buildCoawaitCalls(Sema &S, SourceLocation Loc, in buildCoawaitCalls() 215 ExprResult Sema::ActOnCoawaitExpr(Scope *S, SourceLocation Loc, Expr *E) { in ActOnCoawaitExpr() 227 ExprResult Sema::BuildCoawaitExpr(SourceLocation Loc, Expr *E) { in BuildCoawaitExpr() 261 SourceLocation Loc, StringRef Name, in buildPromiseCall() 276 ExprResult Sema::ActOnCoyieldExpr(Scope *S, SourceLocation Loc, Expr *E) { in ActOnCoyieldExpr() 294 ExprResult Sema::BuildCoyieldExpr(SourceLocation Loc, Expr *E) { in BuildCoyieldExpr() [all …]
|
| D | DeclSpec.cpp | 502 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec() 563 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread() 577 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth() 592 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex() 602 bool DeclSpec::SetTypeSpecSign(TSS S, SourceLocation Loc, in SetTypeSpecSign() 612 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 641 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 661 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 691 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 713 bool DeclSpec::SetTypeAltiVecVector(bool isAltiVecVector, SourceLocation Loc, in SetTypeAltiVecVector() [all …]
|
| /external/clang/include/clang/Sema/ |
| D | TemplateDeduction.h | 38 SourceLocation Loc; variable 51 TemplateDeductionInfo(SourceLocation Loc) in TemplateDeductionInfo() 89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() 99 void addSuppressedDiagnostic(SourceLocation Loc, in addSuppressedDiagnostic() 274 SourceLocation Loc; variable 288 : Loc(Loc), ForTakingAddress(ForTakingAddress) {} in Loc() argument 313 void NoteCandidates(Sema &S, SourceLocation Loc) const { in NoteCandidates()
|
| D | PrettyDeclStackTrace.h | 34 SourceLocation Loc; variable 38 PrettyDeclStackTraceEntry(Sema &S, Decl *D, SourceLocation Loc, in PrettyDeclStackTraceEntry()
|
| /external/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafety.h | 82 virtual void handleInvalidLockExp(StringRef Kind, SourceLocation Loc) {} in handleInvalidLockExp() 91 SourceLocation Loc) {} in handleUnmatchedUnlock() 104 SourceLocation Loc) {} in handleIncorrectUnlockKind() 112 SourceLocation Loc) {} in handleDoubleLock() 152 SourceLocation Loc) {} in handleNoMutexHeld() 176 SourceLocation Loc) {} in handleNegativeNotHeld() 186 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock() 191 Name L2Name, SourceLocation Loc) {} in handleLockAcquiredBefore() 194 virtual void handleBeforeAfterCycle(Name L1Name, SourceLocation Loc) {} in handleBeforeAfterCycle()
|
| D | Consumed.h | 59 virtual void warnLoopStateMismatch(SourceLocation Loc, in warnLoopStateMismatch() 71 virtual void warnParamReturnTypestateMismatch(SourceLocation Loc, in warnParamReturnTypestateMismatch() 88 virtual void warnReturnTypestateForUnconsumableType(SourceLocation Loc, in warnReturnTypestateForUnconsumableType() 100 virtual void warnReturnTypestateMismatch(SourceLocation Loc, in warnReturnTypestateMismatch() 113 SourceLocation Loc) {} in warnUseOfTempInInvalidState() 128 SourceLocation Loc) {} in warnUseInInvalidState()
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugLoc.cpp | 29 for (unsigned char Loc : E.Loc) { in dump() local 41 LocationList &Loc = Locations.back(); in parse() local 81 LocationList &Loc = Locations.back(); in parse() local 120 for (unsigned char Loc : E.Loc) in dump() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
| D | CodeRegion.cpp | 29 void CodeRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion() 44 void CodeRegions::endRegion(SMLoc Loc) { in endRegion() 56 const SMLoc &Loc = Instruction->getLoc(); in addInstruction() local
|
| /external/clang/lib/Frontend/ |
| D | DiagnosticRenderer.cpp | 81 void DiagnosticRenderer::emitDiagnostic(SourceLocation Loc, in emitDiagnostic() 166 void DiagnosticRenderer::emitIncludeStack(SourceLocation Loc, in emitIncludeStack() 192 void DiagnosticRenderer::emitIncludeStackRecursively(SourceLocation Loc, in emitIncludeStackRecursively() 221 void DiagnosticRenderer::emitImportStack(SourceLocation Loc, in emitImportStack() 235 void DiagnosticRenderer::emitImportStackRecursively(SourceLocation Loc, in emitImportStackRecursively() 271 retrieveMacroLocation(SourceLocation Loc, FileID MacroFileID, in retrieveMacroLocation() 313 static void getMacroArgExpansionFileIDs(SourceLocation Loc, in getMacroArgExpansionFileIDs() 409 void DiagnosticRenderer::emitCaret(SourceLocation Loc, in emitCaret() 422 SourceLocation Loc, in emitSingleMacroExpansion() 450 static bool checkLocForMacroArgExpansion(SourceLocation Loc, in checkLocForMacroArgExpansion() [all …]
|
| D | PrintPreprocessedOutput.cpp | 149 bool MoveToLine(SourceLocation Loc) { in MoveToLine() 248 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged() 352 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident() 396 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage() 424 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() 436 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush() 444 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop() 451 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() 479 void PrintPPOutputPPCallbacks::PragmaWarning(SourceLocation Loc, in PragmaWarning() 491 void PrintPPOutputPPCallbacks::PragmaWarningPush(SourceLocation Loc, in PragmaWarningPush() [all …]
|
| /external/swiftshader/third_party/LLVM/lib/Analysis/ |
| D | AliasAnalysis.cpp | 52 bool AliasAnalysis::pointsToConstantMemory(const Location &Loc, in pointsToConstantMemory() 76 const Location &Loc) { in getModRefInfo() 283 AliasAnalysis::getModRefInfo(const LoadInst *L, const Location &Loc) { in getModRefInfo() 298 AliasAnalysis::getModRefInfo(const StoreInst *S, const Location &Loc) { in getModRefInfo() 318 AliasAnalysis::getModRefInfo(const VAArgInst *V, const Location &Loc) { in getModRefInfo() 334 AliasAnalysis::getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc) { in getModRefInfo() 347 AliasAnalysis::getModRefInfo(const AtomicRMWInst *RMW, const Location &Loc) { in getModRefInfo() 392 const Location &Loc) { in canBasicBlockModify() 403 const Location &Loc) { in canInstructionRangeModify()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
| D | COFFAsmParser.cpp | 597 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) { in ParseDirectiveLinkOnce() 621 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc Loc) { in ParseSEHDirectiveStartProc() 636 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndProc() 642 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc Loc) { in ParseSEHDirectiveStartChained() 648 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndChained() 654 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc Loc) { in ParseSEHDirectiveHandler() 680 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc Loc) { in ParseSEHDirectiveHandlerData() 686 bool COFFAsmParser::ParseSEHDirectivePushReg(StringRef, SMLoc Loc) { in ParseSEHDirectivePushReg() 699 bool COFFAsmParser::ParseSEHDirectiveSetFrame(StringRef, SMLoc Loc) { in ParseSEHDirectiveSetFrame() 719 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc Loc) { in ParseSEHDirectiveAllocStack() [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
| D | AliasAnalysis.cpp | 112 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() 157 const MemoryLocation &Loc) { in getModRefInfo() 398 const MemoryLocation &Loc) { in getModRefInfo() 417 const MemoryLocation &Loc) { in getModRefInfo() 443 ModRefInfo AAResults::getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) { in getModRefInfo() 452 const MemoryLocation &Loc) { in getModRefInfo() 475 const MemoryLocation &Loc) { in getModRefInfo() 488 const MemoryLocation &Loc) { in getModRefInfo() 501 const MemoryLocation &Loc) { in getModRefInfo() 522 const MemoryLocation &Loc) { in getModRefInfo() [all …]
|
| /external/llvm/lib/Analysis/ |
| D | AliasAnalysis.cpp | 86 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() 127 const MemoryLocation &Loc) { in getModRefInfo() 313 const MemoryLocation &Loc) { in getModRefInfo() 328 const MemoryLocation &Loc) { in getModRefInfo() 350 const MemoryLocation &Loc) { in getModRefInfo() 369 const MemoryLocation &Loc) { in getModRefInfo() 382 const MemoryLocation &Loc) { in getModRefInfo() 395 const MemoryLocation &Loc) { in getModRefInfo() 408 const MemoryLocation &Loc) { in getModRefInfo() 483 const MemoryLocation &Loc) { in canBasicBlockModify() [all …]
|
| /external/llvm/lib/TableGen/ |
| D | Error.cpp | 26 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage() 46 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning() 58 void PrintError(const char *Loc, const Twine &Msg) { in PrintError()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
| D | Error.cpp | 27 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage() 51 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning() 61 void PrintError(const char *Loc, const Twine &Msg) { in PrintError()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
| D | LLParser.h | 61 LLLexer::LocTy Loc; member 111 SMLoc Loc; member 254 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32() 259 bool ParseUInt64(uint64_t &Val, LocTy &Loc) { in ParseUInt64() 457 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue() 467 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 474 LocTy Loc; in ParseTypeAndBasicBlock() local 480 LocTy Loc; member 533 LocTy Loc; member
|
| /external/llvm/lib/AsmParser/ |
| D | LLParser.h | 60 LLLexer::LocTy Loc; member 107 SMLoc Loc; member 215 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32() 220 bool ParseUInt64(uint64_t &Val, LocTy &Loc) { in ParseUInt64() 369 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue() 379 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 386 LocTy Loc; in ParseTypeAndBasicBlock() local 392 LocTy Loc; member 444 LocTy Loc; member
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
| D | MachineOptimizationRemarkEmitter.h | 33 const DiagnosticLocation &Loc, in DiagnosticInfoMIROptimization() 65 const DiagnosticLocation &Loc, in MachineOptimizationRemark() 91 const DiagnosticLocation &Loc, in MachineOptimizationRemarkMissed() 117 const DiagnosticLocation &Loc, in MachineOptimizationRemarkAnalysis()
|
| /external/clang/tools/libclang/ |
| D | CXSourceLocation.h | 31 SourceLocation Loc) { in translateSourceLocation() 42 SourceLocation Loc) { in translateSourceLocation()
|