Home
last modified time | relevance | path

Searched defs:global_variable (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddebug-info-function-context.cpp15 C global_variable; variable
/aosp_15_r20/external/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-pubnames.cc21 C global_variable; variable
/aosp_15_r20/external/clang/test/Index/
H A Dcomment-c-decls.c26 int global_variable; variable
H A Dformat-comment-cdecls.c21 int global_variable; variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_global_func_args.c11 struct S global_variable = {}; variable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_push_id_through_variable.cpp122 opt::Instruction* global_variable = fuzzerutil::AddGlobalVariable( in Apply() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_push_id_through_variable.cpp122 opt::Instruction* global_variable = fuzzerutil::AddGlobalVariable( in Apply() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_push_id_through_variable.cpp122 opt::Instruction* global_variable = fuzzerutil::AddGlobalVariable( in Apply() local
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp48 TEST_F(MCJITTest, global_variable) { in TEST_F() argument