Home
last modified time | relevance | path

Searched defs:fB (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/test/xray/TestCases/Posix/
H A Dfdr-mode.cpp38 [[clang::xray_always_instrument]] void __attribute__((noinline)) fB() { fC(); } in fB() function
/llvm-project/clang/test/OpenMP/
H A Dtarget_map_codegen_25.cpp57 float &fB; member
/llvm-project/compiler-rt/test/fuzzer/
H A DOnlySomeBytesTest.cpp41 __attribute__((noinline)) void fB(IN in) { if (in[1] == 'B') fC(in); } in fB() function
/llvm-project/clang/test/CodeGen/
H A Dinline2.c43 inline int fB() { return 0; } in fB() function
/llvm-project/clang/test/ASTMerge/APValue/
H A DAPValue.cpp54 consteval B fB() { in fB() function