Home
last modified time | relevance | path

Searched defs:funcB (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dno_callconv.cpp10 void __attribute__((regcall)) funcB() {} // expected-error {{'regcall' calling convention is not su… in funcB() function
27 void __attribute__((regcall)) funcB() {} in funcB() function
/llvm-project/bolt/test/runtime/
H A Dinstrumentation-indirect-2.c10 __attribute__((noinline)) void funcB(int pid) { printf("funcB %d\n", pid); } in funcB() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DPWMAFunction.cpp194 MultiAffineFunction funcB = other; getLexSet() local