Home
last modified time | relevance | path

Searched defs:LocationDescription (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h114 struct LocationDescription { struct
116 LocationDescription(const IRBuilder<T, U> &IRB) in LocationDescription() argument
118 LocationDescription(const InsertPointTy &IP) : IP(IP) {} in LocationDescription() argument
119 LocationDescription(const InsertPointTy &IP, const DebugLoc &DL) in LocationDescription() function
138 InsertPointTy CreateBarrier(const LocationDescription &Loc, omp::Directive DK, argument
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h136 struct LocationDescription { struct
138 LocationDescription(const IRBuilder<T, U> &IRB) in LocationDescription() function
140 LocationDescription(const InsertPointTy &IP) : IP(IP) {} in LocationDescription() function
141 LocationDescription(const InsertPointTy &IP, const DebugLoc &DL) in LocationDescription() argument
160 InsertPointTy createBarrier(const LocationDescription &Loc, omp::Directive DK, argument
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs711 protected virtual string LocationDescription() in LocationDescription() method in Antlr.Runtime.Debug.Profiler
720 protected virtual string LocationDescription(string file, string rule, int line, int pos) in LocationDescription() method in Antlr.Runtime.Debug.Profiler
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs652 protected virtual string LocationDescription() { in LocationDescription() method in Antlr.Runtime.Debug.Profiler
660 protected virtual string LocationDescription(string file, string rule, int line, int pos) { in LocationDescription() method in Antlr.Runtime.Debug.Profiler