Home
last modified time | relevance | path

Searched defs:proxy (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Darrow.pass.cpp75 auto proxy = common.operator->(); in test() local
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.swappable/
H A Dswappable_with.compile.pass.cpp670 constexpr Proxy proxy(A& a) { return Proxy{a}; } in proxy() function
/llvm-project/offload/include/OpenMP/
H A DInternalTypes.h40 unsigned proxy : 1; /* task is a proxy task (it will be executed outside the member
/llvm-project/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py708 def _receive_proxy(self, proxy): argument
898 def get_module_path_for_symbolication(self, module_name, proxy, validate_uuid): argument
/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp682 if (!proxy) { in addRelativeComponent() local
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp.h2706 unsigned proxy : 1; member