Home
last modified time | relevance | path

Searched refs:VarLoc (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp305 struct VarLoc { struct in __anon9749acf60111::VarLocBasedLDV
459 VarLoc VL(MI, LS); in CreateEntryLoc()
501 static VarLoc CreateCopyLoc(const VarLoc &OldVL, const MachineLoc &OldML, in CreateCopyLoc() argument
1314 VarLoc VL(MI, LS); in transferDebugValue()
1327 VarLoc VL(MI, LS); in transferDebugValue()
1377 VarLoc EntryLoc = VarLoc::CreateEntryLoc(EntryVL.MI, LS, EntryVL.Expr, in emitEntryValues()
1418 VarLoc VL = VarLoc::CreateCopyLoc(OldVarLoc, OldLoc, NewReg); in insertTransferDebugPair()
1430 VarLoc VL = VarLoc::CreateSpillLoc( in insertTransferDebugPair()
1444 VarLoc VL = VarLoc::CreateCopyLoc(OldVarLoc, OldLoc, NewReg); in insertTransferDebugPair()
1635 VarLoc UndefVL = VarLoc::CreateCopyLoc(VL, OldLoc, 0); in transferSpillOrRestoreInst()
[all …]
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h39 struct VarLoc { struct
44 llvm::DenseMap<StringRef, VarLoc> variableLoc; argument
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7490 SourceLocation VarLoc; variable
7502 void setVarLoc(SourceLocation Loc) { VarLoc = Loc; } in setVarLoc()
7518 VarLoc(VarLoc), IsTarget(IsTarget), IsTargetSync(IsTargetSync) {} in OMPInitClause()
7551 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc()
7612 SourceLocation VarLoc; variable
7624 void setVarLoc(SourceLocation Loc) { VarLoc = Loc; } in setVarLoc()
7638 VarLoc(VarLoc), InteropVar(InteropVar) {} in OMPUseClause()
7648 SourceLocation getVarLoc() const { return VarLoc; } in getVarLoc()
7687 SourceLocation VarLoc; variable
7713 LParenLoc(LParenLoc), VarLoc(VarLoc), InteropVar(InteropVar) {} in OMPDestroyClause()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3179 SourceLocation VarLoc = Tok.getLocation(); in ParseOpenMPInteropClause() local
3199 VarLoc, RLoc); in ParseOpenMPInteropClause()
3202 T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause()
3206 T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15184 SourceLocation VarLoc; in ActOnOpenMPInteropDirective() local
15188 VarLoc = IC->getVarLoc(); in ActOnOpenMPInteropDirective()
15192 VarLoc = UC->getVarLoc(); in ActOnOpenMPInteropDirective()
15196 VarLoc = DC->getVarLoc(); in ActOnOpenMPInteropDirective()
15215 SourceLocation VarLoc, in isValidInteropVariable() argument
15232 VarLoc, Sema::LookupOrdinaryName); in isValidInteropVariable()
15245 SemaRef.Diag(VarLoc, diag::err_omp_implied_type_not_found) in isValidInteropVariable()
15260 SemaRef.Diag(VarLoc, diag::err_omp_interop_variable_expected) in isValidInteropVariable()
15297 SourceLocation VarLoc, in ActOnOpenMPUseClause() argument
15300 if (!isValidInteropVariable(*this, InteropVar, VarLoc, OMPC_use)) in ActOnOpenMPUseClause()
[all …]
H A DTreeTransform.h2195 SourceLocation VarLoc, in RebuildOMPInitClause() argument
2199 VarLoc, EndLoc); in RebuildOMPInitClause()
2208 SourceLocation VarLoc, SourceLocation EndLoc) { in RebuildOMPUseClause() argument
2210 VarLoc, EndLoc); in RebuildOMPUseClause()
2219 SourceLocation VarLoc, in RebuildOMPDestroyClause() argument
2222 VarLoc, EndLoc); in RebuildOMPDestroyClause()
H A DSemaExpr.cpp17549 SourceLocation VarLoc = Var->getLocation(); in captureInBlock() local
17551 S.Diag(VarLoc, diag::note_declare_parameter_strong); in captureInBlock()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2336 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt() local
2337 const MemRegion *MR = VarLoc.getAsRegion(); in checkPreStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1570 SourceLocation VarLoc, in Create() argument
1576 VarLoc, EndLoc, PrefExprs.size() + 1); in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11076 SourceLocation VarLoc,
11082 SourceLocation VarLoc, SourceLocation EndLoc);
11087 SourceLocation VarLoc,