Searched refs:Loc (Results 201 - 225 of 601) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h105 bool check(bool P, SMLoc Loc, const Twine &Msg) { argument
106 return getParser().check(P, Loc, Msg);
H A DAsmLexer.h57 AsmToken ReturnError(const char *Loc, const std::string &Msg);
H A DMCAsmParser.h116 SMLoc Loc; member in struct:llvm::MCAsmParser::MCPendingError
205 printError(Err.Loc, Twine(Err.Msg), Err.Range);
225 bool parseTokenLoc(SMLoc &Loc);
238 bool check(bool P, SMLoc Loc, const Twine &Msg);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h164 FullSourceLoc Loc; member in class:clang::ento::PathDiagnosticLocation
168 : K(kind), SM(&sm), Loc(genLocation(L)), Range(genRange()) {}
186 Loc(genLocation(SourceLocation(), lac)), Range(genRange(lac)) {
188 assert(K == SingleLocK || Loc.isValid());
194 : K(DeclK), D(d), SM(&sm), Loc(genLocation()), Range(genRange()) {
196 assert(Loc.isValid());
204 : SM(&sm), Loc(loc, sm), Range(genRange()) {
205 assert(Loc.isValid());
290 return K == X.K && Loc == X.Loc
737 PathDiagnosticLocation Loc; member in class:clang::ento::PathDiagnostic
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h60 /// Loc is either a stack offset or a register number.
61 unsigned Loc; member in class:llvm::CCValAssign
84 Ret.Loc = RegNo;
107 Ret.Loc = Offset;
133 Loc = RegNo;
138 Loc = Offset;
150 Register getLocReg() const { assert(isRegLoc()); return Loc; }
151 unsigned getLocMemOffset() const { assert(isMemLoc()); return Loc; }
152 unsigned getExtraInfo() const { return Loc; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp81 bool emit(MCInst &Instruction, SMLoc const &Loc, MCStreamer &Out) const;
82 bool invalidOperand(SMLoc const &Loc, OperandVector const &Operands,
84 bool missingFeature(SMLoc const &Loc, uint64_t const &ErrorInfo);
277 bool AVRAsmParser::invalidOperand(SMLoc const &Loc, argument
280 SMLoc ErrorLoc = Loc;
303 bool AVRAsmParser::missingFeature(llvm::SMLoc const &Loc, argument
305 return Error(Loc, "instruction requires a CPU feature not currently enabled");
308 bool AVRAsmParser::emit(MCInst &Inst, SMLoc const &Loc, MCStreamer &Out) const { argument
309 Inst.setLoc(Loc);
315 bool AVRAsmParser::MatchAndEmitInstruction(SMLoc Loc, unsigne argument
615 SMLoc Loc = getLexer().getLoc(); local
622 SMLoc Loc = getLexer().getLoc(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h77 SourceLocation getLoc() const { return Loc; }
134 SourceLocation Loc; member in class:clang::interp::Function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp160 SMLoc Loc; member in struct:__anon1929::AsmParser::CppHashInfoTy
162 CppHashInfoTy() : Filename(), LineNumber(0), Loc(), Buf(0) {}
306 void printMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg, argument
309 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
324 const MCExpr *Count = nullptr, SMLoc Loc = SMLoc());
326 /// Reset the current lexer position to that given by \p Loc. The
332 void jumpToLoc(SMLoc Loc, unsigned InBuffer = 0);
799 const MCExpr *Count, SMLoc Loc) {
812 return Error(Loc, "expected absolute expression");
814 return Warning(Loc, "negativ
798 processIncbinFile(const std::string &Filename, int64_t Skip, const MCExpr *Count, SMLoc Loc) argument
821 jumpToLoc(SMLoc Loc, unsigned InBuffer) argument
1184 SMLoc Loc = getTok().getLoc(); local
3493 SMLoc Loc = getTok().getLoc(); local
3630 SMLoc Loc; local
3639 SMLoc Loc; local
3801 SMLoc Loc = getTok().getLoc(); local
3825 SMLoc Loc = getTok().getLoc(); local
3866 SMLoc Loc; local
4630 SMLoc Loc; local
4676 SMLoc Loc = getTok().getLoc(); local
4949 SMLoc Loc = getLexer().getLoc(); local
5905 const char *Loc = AR.Loc.getPointer(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp566 SourceLocation Loc = ConsumeAnnotationToken(); local
567 E = Actions.ActOnNameClassifiedAsNonType(getCurScope(), SS, ND, Loc, Tok);
573 SourceLocation Loc = ConsumeAnnotationToken(); local
580 E = Actions.ActOnNameClassifiedAsDependentNonType(SS, II, Loc,
589 SourceLocation Loc = ConsumeAnnotationToken(); local
590 E = Actions.ActOnNameClassifiedAsUndeclaredNonType(II, Loc);
908 SourceLocation Loc; local
915 Loc = ConsumeToken();
926 Loc = ConsumeToken();
946 Loc
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp422 bool error(StringRef::iterator Loc, const Twine &Msg);
453 bool parseIRConstant(StringRef::iterator Loc, StringRef StringValue,
455 bool parseIRConstant(StringRef::iterator Loc, const Constant *&C);
456 bool parseLowLevelType(StringRef::iterator Loc, LLT &Ty);
566 [this](StringRef::iterator Loc, const Twine &Msg) { error(Loc, Msg); });
571 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { argument
573 assert(Loc >= Source.data() && Loc <= (Source.data() + Source.size()));
575 if (Loc >
927 auto Loc = Token.location(); local
950 auto Loc = Token.location(); local
1538 auto Loc = Token.location(); // record start position local
1567 parseIRConstant(StringRef::iterator Loc, StringRef StringValue, PerFunctionMIParsingState &PFS, const Constant *&C, ErrorCallbackType ErrCB) argument
1579 parseIRConstant(StringRef::iterator Loc, StringRef StringValue, const Constant *&C) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h217 InitializedEntity(EntityKind Kind, SourceLocation Loc, QualType Type, argument
220 LocAndNRVO.Location = Loc.getRawEncoding();
235 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) argument
238 Capture.Location = Loc.getRawEncoding();
393 SourceLocation Loc) {
394 return InitializedEntity(VarID, FieldType, Loc);
672 static InitializationKind CreateForInit(SourceLocation Loc, bool DirectInit, argument
674 if (!Init) return CreateDefault(Loc);
676 return CreateCopy(Loc, Init->getBeginLoc());
678 return CreateDirectList(Loc, Ini
391 InitializeLambdaCapture(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h194 raw_ostream &operator<<(raw_ostream &OS, const LineLocation &Loc);
361 FunctionSamplesMap &functionSamplesAt(const LineLocation &Loc) { argument
362 return CallsiteSamples[Loc];
365 /// Returns the FunctionSamplesMap at the given \p Loc.
367 findFunctionSamplesMapAt(const LineLocation &Loc) const {
368 auto iter = CallsiteSamples.find(Loc);
374 /// Returns a pointer to FunctionSamples at the given callsite location \p Loc
376 /// restriction to return the FunctionSamples at callsite location \p Loc
378 const FunctionSamples *findFunctionSamplesAt(const LineLocation &Loc, argument
383 auto iter = CallsiteSamples.find(Loc);
452 const LineLocation &Loc = I.first; local
457 const LineLocation &Loc = I.first; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h241 LLVM_NODISCARD ProgramStateRef bindLoc(Loc location, SVal V,
262 LLVM_NODISCARD ProgramStateRef killBinding(Loc LV) const;
302 Loc getLValue(const CXXBaseSpecifier &BaseSpec, const SubRegion *Super) const;
305 Loc getLValue(const CXXRecordDecl *BaseClass, const SubRegion *Super,
309 Loc getLValue(const VarDecl *D, const LocationContext *LC) const;
311 Loc getLValue(const CompoundLiteralExpr *literal,
333 SVal getSVal(Loc LV, QualType T = QualType()) const;
336 SVal getRawSVal(Loc LV, QualType T= QualType()) const;
543 SVal ArrayToPointer(Loc Array, QualType ElementTy) {
703 if (Optional<Loc>
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp72 SourceLocation Loc; local
74 Loc = DeclExp->getExprLoc();
77 if (Loc.isValid())
78 Handler.handleInvalidLockExp(Kind, Loc);
122 FactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, argument
124 : CapabilityExpr(CE), LKind(LK), AcquireLoc(Loc), Asserted(Asrt),
303 SourceLocation Loc, StringRef CapKind);
859 LockableFactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc,
861 : FactEntry(CE, LK, Loc, Asrt), Managed(Mng) {}
905 ScopedLockableFactEntry(const CapabilityExpr &CE, SourceLocation Loc)
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1679 SourceLocation Loc,
1684 Loc.isInvalid())
1718 llvm::Value *OMPDebugLoc = OpenMPDebugLocMap.lookup(Loc.getRawEncoding());
1723 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc);
1729 OpenMPDebugLocMap[Loc.getRawEncoding()] = OMPDebugLoc;
1740 SourceLocation Loc) {
1767 ThreadID = CGF.EmitLoadOfScalar(LVal, Loc);
1790 emitUpdateLocation(CGF, Loc));
2680 static void getTargetEntryUniqueInfo(ASTContext &C, SourceLocation Loc, argument
2688 assert(Loc
1678 emitUpdateLocation(CodeGenFunction &CGF, SourceLocation Loc, unsigned Flags) argument
1739 getThreadID(CodeGenFunction &CGF, SourceLocation Loc) argument
2752 getAddrOfThreadPrivate(CodeGenFunction &CGF, const VarDecl *VD, Address VDAddr, SourceLocation Loc) argument
2771 emitThreadPrivateVarInit( CodeGenFunction &CGF, Address VDAddr, llvm::Value *Ctor, llvm::Value *CopyCtor, llvm::Value *Dtor, SourceLocation Loc) argument
2788 emitThreadPrivateVarDefinition( const VarDecl *VD, Address VDAddr, SourceLocation Loc, bool PerformInit, CodeGenFunction *CGF) argument
2926 SourceLocation Loc = VD->getCanonicalDecl()->getBeginLoc(); local
3089 emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc, llvm::Function *OutlinedFn, ArrayRef<llvm::Value *> CapturedVars, const Expr *IfCond) argument
3155 emitThreadIDAddress(CodeGenFunction &CGF, SourceLocation Loc) argument
3237 emitCriticalRegion(CodeGenFunction &CGF, StringRef CriticalName, const RegionCodeGenTy &CriticalOpGen, SourceLocation Loc, const Expr *Hint) argument
3263 emitMasterRegion(CodeGenFunction &CGF, const RegionCodeGenTy &MasterOpGen, SourceLocation Loc) argument
3282 emitTaskyieldCall(CodeGenFunction &CGF, SourceLocation Loc) argument
3295 emitTaskgroupRegion(CodeGenFunction &CGF, const RegionCodeGenTy &TaskgroupOpGen, SourceLocation Loc) argument
3326 emitCopyprivateCopyFunction( CodeGenModule &CGM, llvm::Type *ArgsType, ArrayRef<const Expr *> CopyprivateVars, ArrayRef<const Expr *> DestExprs, ArrayRef<const Expr *> SrcExprs, ArrayRef<const Expr *> AssignmentOps, SourceLocation Loc) argument
3350 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args, Loc, Loc); local
3380 emitSingleRegion(CodeGenFunction &CGF, const RegionCodeGenTy &SingleOpGen, SourceLocation Loc, ArrayRef<const Expr *> CopyprivateVars, ArrayRef<const Expr *> SrcExprs, ArrayRef<const Expr *> DstExprs, ArrayRef<const Expr *> AssignmentOps) argument
3462 emitOrderedRegion(CodeGenFunction &CGF, const RegionCodeGenTy &OrderedOpGen, SourceLocation Loc, bool IsThreads) argument
3516 emitBarrierCall(CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind Kind, bool EmitChecks, bool ForceSimpleCall) argument
3676 emitForDispatchInit( CodeGenFunction &CGF, SourceLocation Loc, const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, const DispatchRTInput &DispatchValues) argument
3758 emitForStaticInit(CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind DKind, const OpenMPScheduleTy &ScheduleKind, const StaticRTInput &Values) argument
3778 emitDistributeStaticInit( CodeGenFunction &CGF, SourceLocation Loc, OpenMPDistScheduleClauseKind SchedKind, const CGOpenMPRuntime::StaticRTInput &Values) argument
3794 emitForStaticFinish(CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind DKind) argument
3812 emitForOrderedIterationEnd(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned) argument
3823 emitForNext(CodeGenFunction &CGF, SourceLocation Loc, unsigned IVSize, bool IVSigned, Address IL, Address LB, Address UB, Address ST) argument
3847 emitNumThreadsClause(CodeGenFunction &CGF, llvm::Value *NumThreads, SourceLocation Loc) argument
3860 emitProcBindClause(CodeGenFunction &CGF, ProcBindKind ProcBind, SourceLocation Loc) argument
3873 emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *>, SourceLocation Loc) argument
4473 emitProxyTaskFunction(CodeGenModule &CGM, SourceLocation Loc, OpenMPDirectiveKind Kind, QualType KmpInt32Ty, QualType KmpTaskTWithPrivatesPtrQTy, QualType KmpTaskTWithPrivatesQTy, QualType KmpTaskTQTy, QualType SharedsPtrTy, llvm::Function *TaskFunction, llvm::Value *TaskPrivatesMap) argument
4499 Loc, Loc); local
4576 emitDestructorsFunction(CodeGenModule &CGM, SourceLocation Loc, QualType KmpInt32Ty, QualType KmpTaskTWithPrivatesPtrQTy, QualType KmpTaskTWithPrivatesQTy) argument
4604 Args, Loc, Loc); local
4636 emitTaskPrivateMappingFunction(CodeGenModule &CGM, SourceLocation Loc, ArrayRef<const Expr *> PrivateVars, ArrayRef<const Expr *> FirstprivateVars, ArrayRef<const Expr *> LastprivateVars, QualType PrivatesQTy, ArrayRef<PrivateDataTy> Privates) argument
4702 TaskPrivatesMapFnInfo, Args, Loc, Loc); local
4858 emitTaskDupFunction(CodeGenModule &CGM, SourceLocation Loc, const OMPExecutableDirective &D, QualType KmpTaskTWithPrivatesPtrQTy, const RecordDecl *KmpTaskTWithPrivatesQTyRD, const RecordDecl *KmpTaskTQTyRD, QualType SharedsTy, QualType SharedsPtrTy, const OMPTaskDataTy &Data, ArrayRef<PrivateDataTy> Privates, bool WithLastIter) argument
4887 CGF.StartFunction(GlobalDecl(), C.VoidTy, TaskDup, TaskDupFnInfo, Args, Loc, local
4888 Loc); local
4942 emitTaskInit(CodeGenFunction &CGF, SourceLocation Loc, const OMPExecutableDirective &D, llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, const OMPTaskDataTy &Data) argument
5161 emitTaskCall(CodeGenFunction &CGF, SourceLocation Loc, const OMPExecutableDirective &D, llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, const Expr *IfCond, const OMPTaskDataTy &Data) argument
5356 emitTaskLoopCall(CodeGenFunction &CGF, SourceLocation Loc, const OMPLoopDirective &D, llvm::Function *TaskFunction, QualType SharedsTy, Address Shareds, const Expr *IfCond, const OMPTaskDataTy &Data) argument
5541 emitReductionFunction( SourceLocation Loc, llvm::Type *ArgsType, ArrayRef<const Expr *> Privates, ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps) argument
5564 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args, Loc, Loc); local
5653 emitReduction(CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> Privates, ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, ArrayRef<const Expr *> ReductionOps, ReductionOptionsTy Options) argument
5983 emitReduceInitFunction(CodeGenModule &CGM, SourceLocation Loc, ReductionCodeGen &RCG, unsigned N) argument
6000 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args, Loc, Loc); local
6052 emitReduceCombFunction(CodeGenModule &CGM, SourceLocation Loc, ReductionCodeGen &RCG, unsigned N, const Expr *ReductionOp, const Expr *LHS, const Expr *RHS, const Expr *PrivateRef) argument
6077 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args, Loc, Loc); local
6128 emitReduceFiniFunction(CodeGenModule &CGM, SourceLocation Loc, ReductionCodeGen &RCG, unsigned N) argument
6147 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args, Loc, Loc); local
6169 emitTaskReductionInit( CodeGenFunction &CGF, SourceLocation Loc, ArrayRef<const Expr *> LHSExprs, ArrayRef<const Expr *> RHSExprs, const OMPTaskDataTy &Data) argument
6275 emitTaskReductionFixups(CodeGenFunction &CGF, SourceLocation Loc, ReductionCodeGen &RCG, unsigned N) argument
6302 getTaskReductionItem(CodeGenFunction &CGF, SourceLocation Loc, llvm::Value *ReductionsPtr, LValue SharedLVal) argument
6320 emitTaskwaitCall(CodeGenFunction &CGF, SourceLocation Loc) argument
6368 emitCancellationPointCall( CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind CancelRegion) argument
6403 emitCancelCall(CodeGenFunction &CGF, SourceLocation Loc, const Expr *IfCond, OpenMPDirectiveKind CancelRegion) argument
8834 SourceLocation Loc = D->getLocation(); local
8867 MapperCGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args, Loc, Loc); local
9890 emitTeamsCall(CodeGenFunction &CGF, const OMPExecutableDirective &D, SourceLocation Loc, llvm::Function *OutlinedFn, ArrayRef<llvm::Value *> CapturedVars) argument
9914 emitNumTeamsClause(CodeGenFunction &CGF, const Expr *NumTeams, const Expr *ThreadLimit, SourceLocation Loc) argument
10904 emitCall(CodeGenFunction &CGF, SourceLocation Loc, llvm::FunctionCallee Callee, ArrayRef<llvm::Value *> Args) const argument
10919 emitOutlinedFunctionCall( CodeGenFunction &CGF, SourceLocation Loc, llvm::FunctionCallee OutlinedFn, ArrayRef<llvm::Value *> Args) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp36 DD.Loc = Locs.front();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h63 DiagnosticBuilder Diag(SourceLocation Loc, unsigned DiagID) { argument
64 return Diags.Report(Loc, DiagID);
154 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,
157 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DUSRGeneration.h72 bool generateUSRForMacro(StringRef MacroName, SourceLocation Loc,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPragma.h53 SourceLocation Loc; member in struct:clang::PragmaIntroducer
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h129 void Diag(SourceLocation Loc, unsigned DiagID);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h37 /// \param Loc Should be a file location, it is not meaningful for a macro
41 SourceLocation Loc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp190 bool isInRange(SourceLocation Loc, SourceRange R) { argument
191 if (Loc.isInvalid())
193 return !SM.isBeforeInTranslationUnit(Loc, R.getBegin()) &&
194 SM.isBeforeInTranslationUnit(Loc, R.getEnd());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScopedNoAliasAA.h44 ModRefInfo getModRefInfo(const CallBase *Call, const MemoryLocation &Loc,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.h45 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc = SMLoc(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp40 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
50 SM.getFileEntryRefForID(SM.getFileID(SM.getExpansionLoc(Loc)));
85 void HasInclude(SourceLocation Loc, StringRef SpelledFilename, bool IsAngled,
105 void moduleMapFileRead(SourceLocation Loc, const FileEntry &Entry,

Completed in 405 milliseconds

1234567891011>>