Searched refs:_context (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/openmp/libompd/src/ |
| H A D | TargetValue.h | 119 TValue(ompd_address_space_context_t *_context, const char *_valueName, 121 : TValue(_context, NULL, _valueName, segment) {} in TValue() argument 128 TValue(ompd_address_space_context_t *_context, ompd_address_t _addr) in TValue() argument 129 : TValue(_context, NULL, _addr) {} in TValue()
|
| H A D | TargetValue.cpp | 50 TType::TType(ompd_address_space_context_t *_context, const char *_typeName, in TType() argument 53 context(_context), isvoid(false) {} in TType() 194 TValue::TValue(ompd_address_space_context_t *_context, in TValue() argument 198 context(_context), tcontext(_tcontext), fieldSize(0) { in TValue() 204 TValue::TValue(ompd_address_space_context_t *_context, in TValue() argument 207 context(_context), tcontext(_tcontext), symbolAddr(addr), fieldSize(0) { in TValue()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/scripts/ |
| H A D | asan_device_setup | 386 local _context=$4 388 echo "Installing $_to/$_basename $_mode $_context" 394 if [[ -n "$_context" ]]; then 395 adb_shell chcon "$_context" "$_to/$_basename"
|
| /llvm-project-15.0.7/llvm/utils/vscode/llvm/src/ |
| H A D | extension.ts | 7 export function activate(_context: vscode.ExtensionContext): void {
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | RATIONALE.md | 136 related to _interrupts_ and _context switches_.
|