Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/llvm-project/clang/test/CodeGenCUDA/
H A Dlambda-reference-var.cu26 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 DOptionsWithRawTest.cpp65 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 DCBindingWrapping.h19 #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 Dexternal-lib.cpp42 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 Dexternal.cpp43 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 Dbuiltins-table.c23 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 Dwrap-drop-shared-original.s46 .globl ref symbol
47 ref: label
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp4-ast.cpp8 void (&ref)() = f; variable
11 typedef void (&ref)() noexcept; typedef
/llvm-project/clang/test/Sema/
H A Dbuiltins-wasm.c12 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 Dref-cntbl-base-virtual-dtor.cpp4 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 Dref-cntbl-base-virtual-dtor-templates.cpp4 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 Dsystem-header.h23 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 DSupport.h29 inline MlirStringRef wrap(llvm::StringRef ref) { in wrap()
34 inline llvm::StringRef unwrap(MlirStringRef ref) { in unwrap()
/llvm-project/clang/test/CodeGenCXX/
H A Dmember-expr-references-variable.cpp22 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 Dnamed_overloads.pass.cpp40 MultiStringType ref = MKSTR("c:/foo/bar"); variable
43 MultiStringType ref = MKSTR("c:\\foo\\bar"); variable
/llvm-project/libcxx/include/__functional/
H A Dreference_wrapper.h126 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 DSBScriptObject.cpp71 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 Dreference-wrapper.h82 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 Disl_polynomial_private.h11 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 Dproperty-5.m12 @property(readonly) id ref; property
19 @property(readonly) NSData *ref; property
/llvm-project/clang/test/OpenMP/
H A Dtarget_has_device_addr_codegen_01.cpp10 int &ref = a; member
22 float &ref = a; in main() local
H A Dtarget_data_use_device_addr_codegen.cpp24 int &ref = a; member
36 float &ref = a; in main() local
H A Dtask_in_reduction_message.cpp34 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 Dreserved-identifier-invert.cpp44 ref(_Tp &__t) noexcept { in ref() function
50 ref(reference_wrapper<_Tp> __t) noexcept { in ref() function
/llvm-project/clang/test/Analysis/
H A Dundefined-new-element.cpp25 int &ref = n; in checkUndefinedElmenetCountReference() local
36 int &ref = n; in checkUndefinedElmenetCountMultiDimensionalReference() local

12345678910>>...14