Home
last modified time | relevance | path

Searched defs:Loc (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h181 virtual void Ident(SourceLocation Loc, StringRef str) { in Ident()
185 virtual void PragmaDirective(SourceLocation Loc, in PragmaDirective()
190 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment()
196 virtual void PragmaDetectMismatch(SourceLocation Loc, StringRef Name, in PragmaDetectMismatch()
203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug()
223 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
229 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush()
235 virtual void PragmaDiagnosticPop(SourceLocation Loc, in PragmaDiagnosticPop()
240 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
251 virtual void PragmaWarning(SourceLocation Loc, StringRef WarningSpec, in PragmaWarning()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.h19 SourceLocation Loc; member
41 SourceLocation Loc; member
62 SourceLocation Loc; member
73 SourceLocation Loc; member
82 SourceLocation Loc; member
91 SourceLocation Loc; member
106 SourceLocation Loc; member
116 SourceLocation Loc; member
132 SourceLocation Loc; member
150 SourceLocation Loc; member
[all …]
H A Dubsan_handlers.cc47 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() local
112 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl() local
149 SourceLocation Loc = Data->Loc.acquire(); in handleNegateOverflowImpl() local
186 SourceLocation Loc = Data->Loc.acquire(); in handleDivremOverflowImpl() local
231 SourceLocation Loc = Data->Loc.acquire(); in handleShiftOutOfBoundsImpl() local
281 SourceLocation Loc = Data->Loc.acquire(); in handleOutOfBoundsImpl() local
336 SourceLocation Loc = Data->Loc.acquire(); in handleVLABoundNotPositive() local
382 Location Loc; in handleFloatCastOverflow() local
422 SourceLocation Loc = Data->Loc.acquire(); in handleLoadInvalidValue() local
455 SourceLocation Loc = Data->Loc.acquire(); in handleImplicitConversion() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h196 void initialize(ASTContext &Context, SourceLocation Loc) const { in initialize()
291 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
327 if (QualifiedTypeLoc Loc = getAs<QualifiedTypeLoc>()) in getUnqualifiedLoc() local
527 void setNameLoc(SourceLocation Loc) { in setNameLoc()
535 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
559 void setBuiltinLoc(SourceLocation Loc) { in setBuiltinLoc()
657 void initializeLocal(ASTContext &Context, SourceLocation Loc) { in initializeLocal()
764 void setNameLoc(SourceLocation Loc) { in setNameLoc()
774 void setProtocolLAngleLoc(SourceLocation Loc) { in setProtocolLAngleLoc()
784 void setProtocolRAngleLoc(SourceLocation Loc) { in setProtocolRAngleLoc()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.h20 SourceLocation Loc; member
42 SourceLocation Loc; member
53 SourceLocation Loc; member
74 SourceLocation Loc; member
85 SourceLocation Loc; member
94 SourceLocation Loc; member
103 SourceLocation Loc; member
118 SourceLocation Loc; member
128 SourceLocation Loc; member
146 SourceLocation Loc; member
[all …]
H A Dubsan_handlers.cpp88 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() local
156 Location Loc = Data->Loc.acquire(); in handleAlignmentAssumptionImpl() local
212 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl() local
251 SourceLocation Loc = Data->Loc.acquire(); in handleNegateOverflowImpl() local
288 SourceLocation Loc = Data->Loc.acquire(); in handleDivremOverflowImpl() local
333 SourceLocation Loc = Data->Loc.acquire(); in handleShiftOutOfBoundsImpl() local
383 SourceLocation Loc = Data->Loc.acquire(); in handleOutOfBoundsImpl() local
438 SourceLocation Loc = Data->Loc.acquire(); in handleVLABoundNotPositive() local
484 Location Loc; in handleFloatCastOverflow() local
524 SourceLocation Loc = Data->Loc.acquire(); in handleLoadInvalidValue() local
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.h21 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
136 SourceLocation Loc; member
154 SourceLocation Loc; member
[all …]
H A Dubsan_handlers.cc49 Location Loc = Data->Loc.acquire(); in handleTypeMismatchImpl() local
114 SourceLocation Loc = Data->Loc.acquire(); in handleIntegerOverflowImpl() local
153 SourceLocation Loc = Data->Loc.acquire(); in handleNegateOverflowImpl() local
190 SourceLocation Loc = Data->Loc.acquire(); in handleDivremOverflowImpl() local
235 SourceLocation Loc = Data->Loc.acquire(); in handleShiftOutOfBoundsImpl() local
285 SourceLocation Loc = Data->Loc.acquire(); in handleOutOfBoundsImpl() local
340 SourceLocation Loc = Data->Loc.acquire(); in handleVLABoundNotPositive() local
386 Location Loc; in handleFloatCastOverflow() local
426 SourceLocation Loc = Data->Loc.acquire(); in handleLoadInvalidValue() local
459 SourceLocation Loc = Data->Loc.acquire(); in handleImplicitConversion() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp75 void PPConditionalDirectiveRecord::If(SourceLocation Loc, in If()
82 void PPConditionalDirectiveRecord::Ifdef(SourceLocation Loc, in Ifdef()
89 void PPConditionalDirectiveRecord::Ifndef(SourceLocation Loc, in Ifndef()
96 void PPConditionalDirectiveRecord::Elif(SourceLocation Loc, in Elif()
104 void PPConditionalDirectiveRecord::Else(SourceLocation Loc, in Else()
110 void PPConditionalDirectiveRecord::Endif(SourceLocation Loc, in Endif()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplateDeduction.h48 SourceLocation Loc; variable
66 : Loc(Loc), DeducedDepth(DeducedDepth) {} in Loc() function
140 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic()
150 void addSuppressedDiagnostic(SourceLocation Loc, in addSuppressedDiagnostic()
318 SourceLocation Loc; variable
329 : Loc(Loc), ForTakingAddress(ForTakingAddress) {} in Loc() argument
358 void NoteCandidates(Sema &S, SourceLocation Loc) const { in NoteCandidates()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysis.cpp163 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory()
169 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory()
220 const MemoryLocation &Loc) { in getModRefInfo()
226 const MemoryLocation &Loc, in getModRefInfo()
477 const MemoryLocation &Loc) { in getModRefInfo()
482 const MemoryLocation &Loc, in getModRefInfo()
502 const MemoryLocation &Loc) { in getModRefInfo()
507 const MemoryLocation &Loc, in getModRefInfo()
534 ModRefInfo AAResults::getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) { in getModRefInfo()
540 const MemoryLocation &Loc, in getModRefInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp616 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec()
679 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
693 bool DeclSpec::SetTypeSpecWidth(TypeSpecifierWidth W, SourceLocation Loc, in SetTypeSpecWidth()
710 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex()
720 bool DeclSpec::SetTypeSpecSign(TypeSpecifierSign S, SourceLocation Loc, in SetTypeSpecSign()
729 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
760 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
782 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
814 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, in SetTypeSpecType()
823 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
[all …]
H A DSemaCoroutine.cpp33 SourceLocation Loc, bool &Res) { in lookupMember()
44 SourceLocation Loc) { in lookupMember()
146 SourceLocation Loc) { in lookupCoroutineHandleType()
188 static bool isValidCoroutineContext(Sema &S, SourceLocation Loc, in isValidCoroutineContext()
255 SourceLocation Loc) { in buildOperatorCoawaitLookupExpr()
277 static ExprResult buildOperatorCoawaitCall(Sema &SemaRef, SourceLocation Loc, in buildOperatorCoawaitCall()
286 SourceLocation Loc, Expr *E) { in buildOperatorCoawaitCall()
294 static Expr *buildBuiltinCall(Sema &S, SourceLocation Loc, Builtin::ID Id, in buildBuiltinCall()
315 SourceLocation Loc) { in buildCoroutineHandle()
348 static ExprResult buildMemberCall(Sema &S, Expr *Base, SourceLocation Loc, in buildMemberCall()
[all …]
H A DSemaSYCL.cpp20 Sema::SemaDiagnosticBuilder Sema::SYCLDiagIfDeviceCode(SourceLocation Loc, in SYCLDiagIfDeviceCode()
35 bool Sema::checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee) { in checkSYCLDeviceFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp87 void DiagnosticRenderer::emitDiagnostic(FullSourceLoc Loc, in emitDiagnostic()
165 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc, in emitIncludeStack()
190 void DiagnosticRenderer::emitIncludeStackRecursively(FullSourceLoc Loc) { in emitIncludeStackRecursively()
219 void DiagnosticRenderer::emitImportStack(FullSourceLoc Loc) { in emitImportStack()
231 void DiagnosticRenderer::emitImportStackRecursively(FullSourceLoc Loc, in emitImportStackRecursively()
261 retrieveMacroLocation(SourceLocation Loc, FileID MacroFileID, in retrieveMacroLocation()
316 static void getMacroArgExpansionFileIDs(SourceLocation Loc, in getMacroArgExpansionFileIDs()
424 void DiagnosticRenderer::emitCaret(FullSourceLoc Loc, in emitCaret()
436 FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitSingleMacroExpansion()
462 static bool checkLocForMacroArgExpansion(SourceLocation Loc, in checkLocForMacroArgExpansion()
[all …]
H A DPrintPreprocessedOutput.cpp156 bool MoveToLine(SourceLocation Loc) { in MoveToLine()
259 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc, in FileChanged()
400 void PrintPPOutputPPCallbacks::Ident(SourceLocation Loc, StringRef S) { in Ident()
445 void PrintPPOutputPPCallbacks::PragmaMessage(SourceLocation Loc, in PragmaMessage()
473 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug()
485 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
493 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
500 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic()
528 void PrintPPOutputPPCallbacks::PragmaWarning(SourceLocation Loc, in PragmaWarning()
540 void PrintPPOutputPPCallbacks::PragmaWarningPush(SourceLocation Loc, in PragmaWarningPush()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp254 bool COFFMasmParser::ParseDirectiveSegment(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegment()
283 bool COFFMasmParser::ParseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegmentEnd()
296 bool COFFMasmParser::ParseDirectiveIncludelib(StringRef Directive, SMLoc Loc) { in ParseDirectiveIncludelib()
318 bool COFFMasmParser::ParseDirectiveProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveProc()
354 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveEndProc()
374 bool COFFMasmParser::ParseDirectiveAlias(StringRef Directive, SMLoc Loc) { in ParseDirectiveAlias()
394 SMLoc Loc) { in ParseSEHDirectiveAllocStack()
406 SMLoc Loc) { in ParseSEHDirectiveEndProlog()
H A DCOFFAsmParser.cpp306 bool COFFAsmParser::ParseDirectiveCGProfile(StringRef S, SMLoc Loc) { in ParseDirectiveCGProfile()
589 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) { in ParseDirectiveLinkOnce()
613 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc Loc) { in ParseSEHDirectiveStartProc()
628 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndProc()
634 bool COFFAsmParser::ParseSEHDirectiveEndFuncletOrFunc(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndFuncletOrFunc()
640 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc Loc) { in ParseSEHDirectiveStartChained()
646 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndChained()
652 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc Loc) { in ParseSEHDirectiveHandler()
678 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc Loc) { in ParseSEHDirectiveHandlerData()
684 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc Loc) { in ParseSEHDirectiveAllocStack()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DState.cpp20 OptionalDiagnostic State::FFDiag(SourceLocation Loc, diag::kind DiagId, in FFDiag()
41 OptionalDiagnostic State::CCEDiag(SourceLocation Loc, diag::kind DiagId, in CCEDiag()
62 OptionalDiagnostic State::Note(SourceLocation Loc, diag::kind DiagId) { in Note()
75 DiagnosticBuilder State::report(SourceLocation Loc, diag::kind DiagId) { in report()
80 PartialDiagnostic &State::addDiag(SourceLocation Loc, diag::kind DiagId) { in addDiag()
86 OptionalDiagnostic State::diag(SourceLocation Loc, diag::kind DiagId, in diag()
H A DInterp.cpp106 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckInitialized() local
138 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckActive() local
187 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckExtern() local
235 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckNull() local
244 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckRange() local
253 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckRange() local
265 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckConst() local
276 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckMutable() local
334 const SourceLocation &Loc = S.Current->getLocation(OpPC); in CheckCallable() local
379 const SourceInfo &Loc = S.Current->getSource(OpPC); in CheckThis() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h103 virtual void handleInvalidLockExp(StringRef Kind, SourceLocation Loc) {} in handleInvalidLockExp()
113 SourceLocation Loc, in handleUnmatchedUnlock()
179 SourceLocation Loc) {} in handleNoMutexHeld()
203 SourceLocation Loc) {} in handleNegativeNotHeld()
211 SourceLocation Loc) {} in handleNegativeNotHeld()
221 Name LockName, SourceLocation Loc) {} in handleFunExcludesLock()
225 Name L2Name, SourceLocation Loc) {} in handleLockAcquiredBefore()
228 virtual void handleBeforeAfterCycle(Name L1Name, SourceLocation Loc) {} in handleBeforeAfterCycle()
H A DConsumed.h70 virtual void warnLoopStateMismatch(SourceLocation Loc, in warnLoopStateMismatch()
82 virtual void warnParamReturnTypestateMismatch(SourceLocation Loc, in warnParamReturnTypestateMismatch()
99 virtual void warnReturnTypestateForUnconsumableType(SourceLocation Loc, in warnReturnTypestateForUnconsumableType()
111 virtual void warnReturnTypestateMismatch(SourceLocation Loc, in warnReturnTypestateMismatch()
124 SourceLocation Loc) {} in warnUseOfTempInInvalidState()
139 SourceLocation Loc) {} in warnUseInInvalidState()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegion.cpp32 void CodeRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion()
68 void CodeRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion()
109 SMLoc Loc = Instruction.getLoc(); in addInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h57 LLLexer::LocTy Loc; member
107 SMLoc Loc; member
240 bool parseUInt32(unsigned &Val, LocTy &Loc) { in parseUInt32()
245 bool parseUInt64(uint64_t &Val, LocTy &Loc) { in parseUInt64()
472 bool parseValue(Type *Ty, Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseValue()
481 bool parseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in parseTypeAndValue()
488 LocTy Loc; in parseTypeAndBasicBlock() local
493 LocTy Loc; member
546 LocTy Loc; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h376 const DiagnosticLocation &Loc) in DiagnosticInfoWithLocationBase()
403 DiagnosticLocation Loc; variable
425 DiagnosticLocation Loc; member
455 const DiagnosticLocation &Loc) in DiagnosticInfoOptimizationBase()
635 Loc), in DiagnosticInfoOptimizationBase() argument
666 const DiagnosticLocation &Loc, const Twine &Msg) in DiagnosticInfoIROptimization()
723 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemark()
769 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkMissed()
821 const Function &Fn, const DiagnosticLocation &Loc, in OptimizationRemarkAnalysis()
841 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkAnalysis()
[all …]

12345678910>>...22