Home
last modified time | relevance | path

Searched defs:gg (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-merge-match-lib.c11 int gg = 0; variable
/llvm-project/clang/test/Sema/
H A Dcaret-diags-complex-init.cpp39 _Complex double gg = {1.0, 2.0, f}; variable
H A Dattr-flag-enum.c21 gg = ~0x1, // no-warning enumerator
/llvm-project/flang/test/Semantics/
H A Dresolve17.f9067 interface gg interface
83 interface gg interface
91 interface gg interface
/llvm-project/flang/test/Semantics/OpenACC/
H A Dacc-declare-validity.f9058 real(8), intent(out) :: gg(:) local
/llvm-project/clang/test/Analysis/
H A Dpr22954.c254 struct gg { struct
260 struct gg g0 = {{}, 0}; in f16() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmacro-to-enum.cpp440 void gg() in gg() function
/llvm-project/libcxx/test/std/ranges/range.access/
H A Dend.pass.cpp309 BeginMemberEndFunction gg{}; in testEndFunction() local
H A Drend.pass.cpp310 RBeginMemberEndFunction gg{}; in testREndFunction() local
/llvm-project/clang/test/SemaCXX/
H A Dlambda-expressions.cpp83 [=]() { const G* gg = &g; return gg->a; }; test() local
84 [=]() { return [=]{ const G* gg = &g; return gg->a; }(); }; // expected-error {{no matching constructor for initialization of 'G'}} test() local
85 (void)^{ return [=]{ const G* gg = &g; return gg->a; }(); }; // expected-error 2 {{no matching constructor for initialization of 'const G'}} test() local
H A Dattr-noreturn.cpp115 const GG& gg = GG(); in test_31() local
H A Duninitialized.cpp709 int gg = g; // Silence unneeded warning global() variable
H A Dconstant-expression-cxx11.cpp1408 int gg(int c) { return g<4>(c); } gg() function