Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Darrow.pass.cpp75 auto proxy = common.operator->(); in test() local
/llvm-project-15.0.7/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-15.0.7/openmp/libomptarget/include/
H A Dinterop.h125 unsigned proxy : 1; // task is a proxy task (it will be executed outside the member
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py657 def _receive_proxy(self, proxy): argument
834 def get_module_path_for_symbolication(self, module_name, proxy, validate_uuid): argument
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp656 llvm::GlobalVariable *proxy = module.getNamedGlobal(rttiProxyName); in addRelativeComponent() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp.h2452 unsigned proxy : 1; /* task is a proxy task (it will be executed outside the member