Home
last modified time | relevance | path

Searched refs:check_f (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/CXX/drs/
Ddr23xx.cpp54 int *const *const &check_f = f(p); variable
56 static_assert(&p == &check_f, "");
/external/llvm-project/llvm/test/CodeGen/X86/
Dlocal_stack_symbol_ordering.ll42 ; check_f(&f);
71 ; X64: callq check_f
91 ; X32: calll check_f
137 %call3 = call i32 (i32*, ...) bitcast (i32 (...)* @check_f to i32 (i32*, ...)*)(i32* %f)
175 declare i32 @check_f(...) #2
/external/llvm/test/CodeGen/X86/
Dlocal_stack_symbol_ordering.ll42 ; check_f(&f);
71 ; X64: callq check_f
91 ; X32: calll check_f
137 %call3 = call i32 (i32*, ...) bitcast (i32 (...)* @check_f to i32 (i32*, ...)*)(i32* %f)
175 declare i32 @check_f(...) #2
/external/llvm-project/llvm/test/Transforms/LowerTypeTests/
Dfunction-weak.ll31 ; CHECK: define zeroext i1 @check_f()
32 define zeroext i1 @check_f() {