Searched defs:VarLoc (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 305 struct VarLoc { struct in __anon250db9ad0111::VarLocBasedLDV 308 struct SpillLoc { 320 const DebugVariable Var; 323 const DIExpression *Expr; 327 const MachineInstr &MI; 329 enum class MachineLocKind { 336 enum class EntryValueLocKind { 341 } EVKind; 345 union MachineLocValue { 359 struct MachineLoc { [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 7382 SourceLocation VarLoc; variable 7406 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPInitClause() 7504 SourceLocation VarLoc; variable 7527 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPUseClause() 7579 SourceLocation VarLoc; variable 7602 SourceLocation LParenLoc, SourceLocation VarLoc, in OMPDestroyClause()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 2336 Loc VarLoc = state->getLValue(D, C.getLocationContext()); in checkPreStmt() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3170 SourceLocation VarLoc = Tok.getLocation(); in ParseOpenMPInteropClause() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 1540 SourceLocation VarLoc, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 14801 SourceLocation VarLoc; in ActOnOpenMPInteropDirective() local 14832 SourceLocation VarLoc, in isValidInteropVariable() 14888 SourceLocation VarLoc, SourceLocation EndLoc) { in ActOnOpenMPInitClause() 14914 SourceLocation VarLoc, in ActOnOpenMPUseClause() 14927 SourceLocation VarLoc, in ActOnOpenMPDestroyClause()
|
H A D | TreeTransform.h | 2181 SourceLocation VarLoc, in RebuildOMPInitClause() 2194 SourceLocation VarLoc, SourceLocation EndLoc) { in RebuildOMPUseClause() 2205 SourceLocation VarLoc, in RebuildOMPDestroyClause()
|
H A D | SemaExpr.cpp | 17383 SourceLocation VarLoc = Var->getLocation(); in captureInBlock() local
|