/llvm-project/libcxx/test/std/containers/ |
H A D | map_allocator_requirement_test_templates.h | 46 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 D | set_allocator_requirement_test_templates.h | 45 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 D | mips-madd4.c | 7 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 D | attr-cleanup.c | 4 void g(void) { in g() function 5 __attribute__((cleanup(f))) void *g; in g() local
|
/llvm-project/compiler-rt/test/cfi/ |
H A D | simple-pass.cpp | 21 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 D | p14-23.cpp | 16 constexpr static int g() requires C<I> { return 0; } // #candidate-0 in g() function 15 constexpr static int g() requires C<I> { return 0; } // #candidate-0 g() function 38 constexpr int A<0>::g() { return 2; } g() function in A 41 constexpr int A<8>::g() { return 3; } g() function in A 44 constexpr int A<6>::g() { return 4; } // expected-error {{ambiguous member function specialization 'A<6>::g' of 'A::g'}} g() function in A [all...] |
H A D | p14.cpp | 4 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 D | asan_globals.cpp | 34 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->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 D | p23.cpp | 15 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 D | resolve17.f90 | 35 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 D | exception_guard.pass.cpp | 26 std::__exception_guard<decltype(rollback)> g(rollback); test() local 37 std::__exception_guard<decltype(rollback)> g(rollback); test() local 51 std::__exception_guard<decltype(rollback)> g(rollback); test() local 62 std::__exception_guard<decltype(rollback)> g(rollback); test() local 108 std::__exception_guard<decltype(rollback)> g(rollback); test_exceptions() local 120 std::__exception_guard<decltype(rollback)> g(rollback); test_exceptions() local 135 std::__exception_guard<decltype(rollback)> g(rollback); test_exceptions() local [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | msabi-swiftcall-cc.cpp | 36 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 D | linkage.cpp | 6 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 D | archive-symbol-resolution.s | 46 g: label 66 g: label 70 .global g symbol
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_tarjan.c | 17 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 D | stdargneeds.c | 21 …__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 D | arc-mangle.mm | 34 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 D | gc-sections-linker-defined-symbol.s | 16 .globl g symbol 17 g: label
|
H A D | gc-sections-protected.s | 17 .globl g symbol 18 g: label
|
/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
H A D | ELF_ARM_EXIDX_relocations.s | 11 .globl g symbol 14 g: label
|
/llvm-project/llvm/test/MC/AArch64/ |
H A D | ELF_ARM64_large-relocations.s | 7 .globl g symbol 10 g: label
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | atomics.cpp | 8 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 D | move.pass.cpp | 36 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 D | debugframeinfo.s | 17 .global g symbol 18 g: label
|
/llvm-project/lld/test/ELF/lto/Inputs/ |
H A D | visibility.s | 1 .global g symbol 2 g: label
|