Home
last modified time | relevance | path

Searched defs:obj3 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/bolt/test/runtime/X86/Inputs/
H A Dretpoline_synthetic.cpp34 Base *obj3 = new Derived3(); in main() local
/llvm-project/clang/test/OpenMP/
H A Ddeclare_target_variables_ast_print.cpp40 declare **obj3 = &obj2; variable
H A Ddeclare_target_messages.cpp277 declare **obj3 = &obj2; //expected-note {{used here}} global() variable
/llvm-project/llvm/unittests/ADT/
H A DHashingTest.cpp101 NonPOD obj1(1, 2), obj2(3, 4), obj3(5, 6); in TEST() local