Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 1898) sorted by relevance

12345678910>>...76

/llvm-project/libcxx/test/std/containers/
H A Dmap_allocator_requirement_test_templates.h46 DisableAllocationGuard g; in testMapInsert() local
59 DisableAllocationGuard g; in testMapInsert() local
72 DisableAllocationGuard g; in testMapInsert() local
85 DisableAllocationGuard g; in testMapInsert() local
97 DisableAllocationGuard g; in testMapInsert() local
110 DisableAllocationGuard g; in testMapInsert() local
122 DisableAllocationGuard g; in testMapInsert() local
135 DisableAllocationGuard g; in testMapInsert() local
149 DisableAllocationGuard g; in testMapInsert() local
177 DisableAllocationGuard g; in testMapInsertHint() local
[all …]
H A Dset_allocator_requirement_test_templates.h45 DisableAllocationGuard g; in testSetInsert() local
58 DisableAllocationGuard g; in testSetInsert() local
71 DisableAllocationGuard g; in testSetInsert() local
84 DisableAllocationGuard g; in testSetInsert() local
97 DisableAllocationGuard g; in testSetInsert() local
109 DisableAllocationGuard g; in testSetInsert() local
122 DisableAllocationGuard g; in testSetInsert() local
136 DisableAllocationGuard g; in testSetInsert() local
157 DisableAllocationGuard g; in testSetEmplace() local
170 DisableAllocationGuard g; in testSetEmplace() local
[all …]
/llvm-project/clang/test/CodeGen/
H A Dmips-madd4.c7 float madd_s (float f, float g, float h) in madd_s()
15 float msub_s (float f, float g, float h) in msub_s()
23 double madd_d (double f, double g, double h) in madd_d()
31 double msub_d (double f, double g, double h) in msub_d()
40 float nmadd_s (float f, float g, float h) in nmadd_s()
52 float nmsub_s (float f, float g, float h) in nmsub_s()
64 double nmadd_d (double f, double g, double h) in nmadd_d()
76 double nmsub_d (double f, double g, double h) in nmsub_d()
H A Dattr-cleanup.c4 void g(void) { in g() function
5 __attribute__((cleanup(f))) void *g; in g() local
/llvm-project/compiler-rt/test/cfi/
H A Dsimple-pass.cpp21 void A::g() {} in g() function in A
29 void A2::g() {} in g() function in A2
33 void g() {} in g() function
38 void g() {} in g() function
49 void C::g() {} in g() function in __anon56084e2e0111::C
57 void C2::g() {} in g() function in __anon56084e2e0111::C2
61 void g() {} in g() function
66 void g() {} in g() function
73 void g() {} in g() function
78 void g() {} in g() function
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp14-23.cpp16 constexpr static int g() requires C<I> { return 0; } // #candidate-0 in g() function
15 constexpr static int g() requires C<I&gt; { return 0; } // #candidate-0 g() function
38 constexpr int A<0&gt;::g() { return 2; } g() function in A
41 constexpr int A<8&gt;::g() { return 3; } g() function in A
44 constexpr int A<6&gt;::g() { return 4; } // expected-error {{ambiguous member function specialization 'A<6&gt;::g' of 'A::g'}} g() function in A
[all...]
H A Dp14.cpp4 template<class T> inline void g(T) { /* ... */ } in g() function
7 template<> void g<>(int) { /* ... */ } in g() function
17 void X<T>::g() { in g() function in X
34 template<> inline void X<int>::g() { } in g() function in X
/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp34 const Global *g; global() member
43 Global g; global() member
58 PoisonShadowForGlobal(const Global * g,u8 value) PoisonShadowForGlobal() argument
62 PoisonRedZones(const Global & g) PoisonRedZones() argument
76 IsAddressNearGlobal(uptr addr,const __asan_global & g) IsAddressNearGlobal() argument
82 ReportGlobal(const Global & g,const char * prefix) ReportGlobal() argument
101 FindRegistrationSite(const Global * g) FindRegistrationSite() argument
118 const Global &g = *l-&gt;g; GetGlobalsForAddress() local
141 CheckODRViolationViaIndicator(const Global * g) CheckODRViolationViaIndicator() argument
164 CheckODRViolationViaPoisoning(const Global * g) CheckODRViolationViaPoisoning() argument
194 UseODRIndicator(const Global * g) UseODRIndicator() argument
201 RegisterGlobal(const Global * g) RegisterGlobal() argument
242 UnregisterGlobal(const Global * g) UnregisterGlobal() argument
270 const Global *g = &dyn_g.g; StopInitOrderChecking() local
293 PrintGlobalNameIfASCII(InternalScopedString * str,const __asan_global & g) PrintGlobalNameIfASCII() argument
303 PrintGlobalLocation(InternalScopedString * str,const __asan_global & g,bool print_module_name) PrintGlobalLocation() argument
442 const Global *g = &dyn_g.g; __asan_before_dynamic_init() local
465 const Global *g = &dyn_g.g; __asan_after_dynamic_init() local
[all...]
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp23.cpp15 void A<T>::g(auto) { } in g() function in A
18 void A<int>::g(auto) { } in g() function in A
22 void A<long>::g(auto) { } in g() function in A
/llvm-project/flang/test/Semantics/
H A Dresolve17.f9035 interface g interface
43 interface g interface
59 interface g interface
105 interface g interface
113 interface g interface
121 interface g interface
139 interface g interface
147 interface g interface
155 integer :: g variable
167 interface g interface
[all …]
/llvm-project/libcxx/test/libcxx/utilities/
H A Dexception_guard.pass.cpp26 std::__exception_guard<decltype(rollback)&gt; g(rollback); test() local
37 std::__exception_guard<decltype(rollback)&gt; g(rollback); test() local
51 std::__exception_guard<decltype(rollback)&gt; g(rollback); test() local
62 std::__exception_guard<decltype(rollback)&gt; g(rollback); test() local
108 std::__exception_guard<decltype(rollback)&gt; g(rollback); test_exceptions() local
120 std::__exception_guard<decltype(rollback)&gt; g(rollback); test_exceptions() local
135 std::__exception_guard<decltype(rollback)&gt; g(rollback); test_exceptions() local
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dmsabi-swiftcall-cc.cpp36 void __attribute__((__preserve_most__)) g() {} in g() function
45 void __attribute__((__preserve_most__)) __attribute__((__used__)) g() {} in g() function
51 void __attribute__((__preserve_most__)) g() {} in g() function
64 void g(void (__attribute__((__preserve_most__))())) {} in g() function
H A Dlinkage.cpp6 inline void *g() { in g() function
17 static inline void *g() { in g() function
28 void *g() { in g() function
39 template <int N> inline void *g() { in g() function
51 template <int N> inline void *g() { in g() function
64 inline void *g() { in g() function
82 void *g() { in g() function
99 inline void *g() { in g() function
110 inline void *g() { in g() function
121 inline void *g() { in g() function
[all …]
/llvm-project/lld/test/MachO/
H A Darchive-symbol-resolution.s46 g: label
66 g: label
70 .global g symbol
/llvm-project/polly/lib/External/isl/
H A Disl_tarjan.c17 struct isl_tarjan_graph *isl_tarjan_graph_free(struct isl_tarjan_graph *g) in isl_tarjan_graph_free()
30 struct isl_tarjan_graph *g; in isl_tarjan_graph_alloc() local
62 static isl_stat isl_tarjan_components(struct isl_tarjan_graph *g, int i, in isl_tarjan_components()
123 struct isl_tarjan_graph *g = NULL; in isl_tarjan_graph_init() local
150 struct isl_tarjan_graph *g; in isl_tarjan_graph_component() local
/llvm-project/clang/test/Headers/
H A Dstdargneeds.c21 …__gnuc_va_list g; // expected-error{{undeclared identifier '__gnuc_va_list'}} expected-modules-err… in f() local
39 __gnuc_va_list g; in f() local
58 __gnuc_va_list g; // expected-error{{undeclared identifier}} \ in f() local
78 __gnuc_va_list g; // expected-error{{undeclared identifier}} \ in f() local
96 __gnuc_va_list g; in f() local
115 __gnuc_va_list g; in f() local
/llvm-project/clang/test/CodeGenObjCXX/
H A Darc-mangle.mm34 template<typename T>void g(unsigned_c<sizeof((__bridge T*)(__bridge id)(T*)0) + 1>*) {} function
39 void g(__weak __unaligned id *) {} function
41 void g(__strong __unaligned id *) {} function
43 void g(__autoreleasing __unaligned id *) {} function
/llvm-project/lld/test/ELF/
H A Dgc-sections-linker-defined-symbol.s16 .globl g symbol
17 g: label
H A Dgc-sections-protected.s17 .globl g symbol
18 g: label
/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
H A DELF_ARM_EXIDX_relocations.s11 .globl g symbol
14 g: label
/llvm-project/llvm/test/MC/AArch64/
H A DELF_ARM64_large-relocations.s7 .globl g symbol
10 g: label
/llvm-project/clang/test/SemaTemplate/
H A Datomics.cpp8 int g(long long* x) { return f(x); } in g() function
9 int g(int* x) { return f(x); } in g() function
13 void g(unsigned *x) { in g() function
/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp36 DisableAllocationGuard g; ((void)g); in test_move_does_not_throw() local
52 DisableAllocationGuard g; ((void)g); // no allocations should be performed. in test_move_empty() local
72 DisableAllocationGuard g; ((void)g); in test_move() local
/llvm-project/llvm/test/DebugInfo/AArch64/
H A Ddebugframeinfo.s17 .global g symbol
18 g: label
/llvm-project/lld/test/ELF/lto/Inputs/
H A Dvisibility.s1 .global g symbol
2 g: label

12345678910>>...76