/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/rust/crates/protobuf/src/text_format/lexer/ |
D | loc.rs | 8 pub struct Loc { struct 15 impl fmt::Display for Loc { implementation 21 impl Loc { impl
|
/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 …]
|
D | StmtObjC.h | 54 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } in setForLoc() 56 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() 103 void setAtCatchLoc(SourceLocation Loc) { AtCatchLoc = Loc; } in setAtCatchLoc() 105 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; } in setRParenLoc() 142 void setAtFinallyLoc(SourceLocation Loc) { AtFinallyLoc = Loc; } in setAtFinallyLoc() 194 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; } in setAtTryLoc() 280 void setAtSynchronizedLoc(SourceLocation Loc) { AtSynchronizedLoc = Loc; } in setAtSynchronizedLoc() 330 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc() 364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; } in setAtLoc()
|
/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/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/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 121 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() 127 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() 178 const MemoryLocation &Loc) { in getModRefInfo() 184 const MemoryLocation &Loc, in getModRefInfo() 434 const MemoryLocation &Loc) { in getModRefInfo() 439 const MemoryLocation &Loc, in getModRefInfo() 459 const MemoryLocation &Loc) { in getModRefInfo() 464 const MemoryLocation &Loc, in getModRefInfo() 491 ModRefInfo AAResults::getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) { in getModRefInfo() 497 const MemoryLocation &Loc, in getModRefInfo() [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()
|
/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/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 373 const DiagnosticLocation &Loc) in DiagnosticInfoWithLocationBase() 400 DiagnosticLocation Loc; variable 422 DiagnosticLocation Loc; member 450 const DiagnosticLocation &Loc) in DiagnosticInfoOptimizationBase() 623 Loc), in DiagnosticInfoOptimizationBase() argument 654 const DiagnosticLocation &Loc, const Twine &Msg) in DiagnosticInfoIROptimization() 711 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemark() 752 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkMissed() 799 const Function &Fn, const DiagnosticLocation &Loc, in OptimizationRemarkAnalysis() 819 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkAnalysis() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 60 LLLexer::LocTy Loc; member 110 SMLoc Loc; member 254 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32() 259 bool ParseUInt64(uint64_t &Val, LocTy &Loc) { in ParseUInt64() 468 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue() 478 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 485 LocTy Loc; in ParseTypeAndBasicBlock() local 491 LocTy Loc; member 544 LocTy Loc; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 581 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) { in ParseDirectiveLinkOnce() 605 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc Loc) { in ParseSEHDirectiveStartProc() 620 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndProc() 626 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc Loc) { in ParseSEHDirectiveStartChained() 632 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndChained() 638 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc Loc) { in ParseSEHDirectiveHandler() 664 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc Loc) { in ParseSEHDirectiveHandlerData() 670 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc Loc) { in ParseSEHDirectiveAllocStack() 683 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndProlog()
|
/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/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-10.0/llvm/lib/MC/ |
D | MCStreamer.cpp | 162 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in EmitValue() 285 SMLoc Loc) { in EmitCVInlineSiteIdDirective() 299 StringRef FileName, SMLoc Loc) {} in EmitCVLocDirective() 302 SMLoc Loc) { in checkCVLocSection() 400 void MCStreamer::EmitLabel(MCSymbol *Symbol, SMLoc Loc) { in EmitLabel() 422 void MCStreamer::EmitCFIStartProc(bool IsSimple, SMLoc Loc) { in EmitCFIStartProc() 656 WinEH::FrameInfo *MCStreamer::EnsureValidWinFrameInfo(SMLoc Loc) { in EnsureValidWinFrameInfo() 671 void MCStreamer::EmitWinCFIStartProc(const MCSymbol *Symbol, SMLoc Loc) { in EmitWinCFIStartProc() 688 void MCStreamer::EmitWinCFIEndProc(SMLoc Loc) { in EmitWinCFIEndProc() 699 void MCStreamer::EmitWinCFIFuncletOrFuncEnd(SMLoc Loc) { in EmitWinCFIFuncletOrFuncEnd() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOptimizationRemarkEmitter.h | 32 const DiagnosticLocation &Loc, in DiagnosticInfoMIROptimization() 64 const DiagnosticLocation &Loc, in MachineOptimizationRemark() 90 const DiagnosticLocation &Loc, in MachineOptimizationRemarkMissed() 116 const DiagnosticLocation &Loc, in MachineOptimizationRemarkAnalysis()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Error.cpp | 26 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage() 52 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning() 62 void PrintError(const char *Loc, const Twine &Msg) { in PrintError()
|