/llvm-project/clang/test/CodeGenCUDA/ |
H A D | lambda-reference-var.cu | 26 int &ref = global_device_var; in dev_capture_dev_ref_by_copy() local 46 int &ref = global_device_var; in dev_capture_dev_ref_by_ref() local 57 int &ref = global_device_var; in dev_ref() local 70 int &ref = global_device_var; in dev_lambda_ref() local 80 int &ref = global_host_var; host_capture_host_ref_by_copy() local 93 int &ref = global_host_var; host_capture_host_ref_by_ref() local 104 int &ref = global_host_var; host_ref() local 117 int &ref = global_host_var; host_lambda_ref() local 132 int &ref = global_host_var; dev_capture_host_ref_by_copy() local [all...] |
/llvm-project/lldb/unittests/Utility/ |
H A D | OptionsWithRawTest.cpp | 65 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST() local 80 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST() local 94 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST() local 108 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST() local 122 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST() local 136 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST() local 150 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST() local 164 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST() local 178 auto ref = args.GetArgs().GetArgumentArrayRef(); in TEST() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CBindingWrapping.h | 19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument 28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument 36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
|
/llvm-project/compiler-rt/test/tsan/Darwin/ |
H A D | external-lib.cpp | 42 MyObject *ref = (MyObject *)malloc(sizeof(MyObject)); in ObjectCreate() local 49 long ObjectRead(MyObject *ref) { in ObjectRead() 56 void ObjectWrite(MyObject *ref, long val) { in ObjectWrite() 63 void ObjectWriteAnother(MyObject *ref, long val) { in ObjectWriteAnother()
|
H A D | external.cpp | 43 MyObjectRef ref = ObjectCreate(); in main() local 56 MyObjectRef ref = ObjectCreate(); in main() local 83 MyObjectRef ref = ObjectCreate(); in main() local
|
/llvm-project/clang/test/CodeGen/WebAssembly/ |
H A D | builtins-table.c | 23 void test_builtin_wasm_table_set(int index, __externref_t ref) { in test_builtin_wasm_table_set() 43 int test_builtin_wasm_table_grow(__externref_t ref, int nelem) { in test_builtin_wasm_table_grow() 53 void test_builtin_wasm_table_fill(int index, __externref_t ref, int nelem) { in test_builtin_wasm_table_fill()
|
/llvm-project/lld/test/ELF/ |
H A D | wrap-drop-shared-original.s | 46 .globl ref symbol 47 ref: label
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p4-ast.cpp | 8 void (&ref)() = f; variable 11 typedef void (&ref)() noexcept; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | builtins-wasm.c | 12 void test_table_size(__externref_t ref, void *ptr, int arr[]) { in test_table_size() 23 void test_table_grow(__externref_t ref, int size) { in test_table_grow() 33 void test_table_fill(int index, __externref_t ref, int nelem) { in test_table_fill()
|
/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
H A D | ref-cntbl-base-virtual-dtor.cpp | 4 void ref() {} in ref() function 41 void ref() {} in ref() function 48 void ref() {} in ref() function 54 void ref() {} in ref() function in FakeRefCntblBase3
|
H A D | ref-cntbl-base-virtual-dtor-templates.cpp | 4 void ref() {} in ref() function 34 void ref() const { ++count; } in ref() function in WTF::RefCountedBase 79 void ref() const in ref() function in WTF::FancyDeref 161 void ref() const in ref() function in WTF::FancyDeref2 188 void ref() const in ref() function in WTF::BadFancyDeref 210 void ref() const { ++refCount; } in ref() function in WTF::ThreadSafeRefCounted 222 void ref() const { ++refCount; } in ref() function in WTF::ThreadSafeRefCountedAndCanMakeThreadSafeWeakPtr 279 void ref() const { ++refCount; } in ref() function in BaseClass1 310 void ref() const { ++refCount; } in ref() function in BaseClass2 336 void ref() const { ++refCount; } in ref() function in BaseClass3 [all …]
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/Inputs/reserved-identifier/system/ |
H A D | system-header.h | 23 ref(_Tp &__t) noexcept { in ref() function 29 ref(reference_wrapper<_Tp> __t) noexcept { in ref() function
|
/llvm-project/mlir/include/mlir/CAPI/ |
H A D | Support.h | 29 inline MlirStringRef wrap(llvm::StringRef ref) { in wrap() 34 inline llvm::StringRef unwrap(MlirStringRef ref) { in unwrap()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | member-expr-references-variable.cpp | 22 void scalarStaticVariableInMemberExpr(Struct *ptr, Struct &ref) { in scalarStaticVariableInMemberExpr() 44 void complexStaticVariableInMemberExpr(Struct *ptr, Struct &ref) { in complexStaticVariableInMemberExpr() 82 void aggregateRefInMemberExpr(Struct *ptr, Struct &ref) { in aggregateRefInMemberExpr()
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/ |
H A D | named_overloads.pass.cpp | 40 MultiStringType ref = MKSTR("c:/foo/bar"); variable 43 MultiStringType ref = MKSTR("c:\\foo\\bar"); variable
|
/llvm-project/libcxx/include/__functional/ |
H A D | reference_wrapper.h | 126 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 reference_wrapper<_Tp> ref(_Tp& __t) _NOEXCEPT { in ref() function 132 ref(reference_wrapper<_Tp> __t) _NOEXCEPT { in ref() function
|
/llvm-project/lldb/source/API/ |
H A D | SBScriptObject.cpp | 71 ScriptObject &SBScriptObject::ref() { in ref() function in SBScriptObject 77 const ScriptObject &SBScriptObject::ref() const { in ref() function in SBScriptObject
|
/llvm-project/flang/include/flang/Common/ |
H A D | reference-wrapper.h | 82 inline constexpr RT_API_ATTRS reference_wrapper<_Tp> ref(_Tp &__t) { in ref() function 87 inline constexpr RT_API_ATTRS reference_wrapper<_Tp> ref( in ref() function
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_polynomial_private.h | 11 int ref; member 37 int ref; member 50 int ref; member 67 int ref; member 90 int ref; member 104 int ref; member
|
/llvm-project/clang/test/SemaObjC/ |
H A D | property-5.m | 12 @property(readonly) id ref; property 19 @property(readonly) NSData *ref; property
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_has_device_addr_codegen_01.cpp | 10 int &ref = a; member 22 float &ref = a; in main() local
|
H A D | target_data_use_device_addr_codegen.cpp | 24 int &ref = a; member 36 float &ref = a; in main() local
|
H A D | task_in_reduction_message.cpp | 34 void foobar(int &ref) { in foobar() 40 void foobar1(int &ref) { in foobar1() 48 void foobar2(int &ref) { in foobar2() 54 void foobar3(int &ref) { in foobar3() 60 void foobar4(int &ref) { in foobar4()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | reserved-identifier-invert.cpp | 44 ref(_Tp &__t) noexcept { in ref() function 50 ref(reference_wrapper<_Tp> __t) noexcept { in ref() function
|
/llvm-project/clang/test/Analysis/ |
H A D | undefined-new-element.cpp | 25 int &ref = n; in checkUndefinedElmenetCountReference() local 36 int &ref = n; in checkUndefinedElmenetCountMultiDimensionalReference() local
|