Searched refs:fB (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_map_codegen_25.cpp | 57 float &fB; member 61 CC(float &B) : fB(B), pB(B) { in CC() 65 #pragma omp parallel firstprivate(fA,fB) private(pA,pB) in CC() 124 #pragma omp target map(fB) in CC() 126 fB += 1.0; in CC()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | cxx1z-copy-omission.cpp | 64 B fB(); 65 void fB(B); 80 fB(fB()); in i()
|
| /llvm-project-15.0.7/compiler-rt/test/xray/TestCases/Posix/ |
| H A D | fdr-mode.cpp | 37 [[clang::xray_always_instrument]] void __attribute__((noinline)) fB() { fC(); } in fB() function 39 [[clang::xray_always_instrument]] void __attribute__((noinline)) fA() { fB(); } in fA() 59 fB(); in main() 64 fB(); in main()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | inline2.c | 43 inline int fB() { return 0; } in fB() function 66 + fA() + fB(); in test_all() 69 int fB(void);
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | OnlySomeBytesTest.cpp | 41 __attribute__((noinline)) void fB(IN in) { if (in[1] == 'B') fC(in); } in fB() function 42 __attribute__((noinline)) void fA(IN in) { if (in[0] == 'A') fB(in); } in fA()
|
| H A D | only-some-bytes.test | 24 DISABLED: %t-Fuzz -focus_function='fB(unsigned char const*)' -runs=0 %t/IN 2>&1 | FileCheck %s --ch… 25 FOCUS_fB: Focus function is set to 'fB(unsigned char const*)' 51 # * the second most frequent is one of fA/fB/fC in a de-mangled form.
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | references.cpp | 45 B fB(); 53 const A& rca = fB(); in test4()
|
| /llvm-project-15.0.7/clang/test/ASTMerge/APValue/ |
| H A D | APValue.cpp | 54 consteval B fB() { in fB() function 58 constexpr B Basic_Struct = fB();
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 2296 def FCMPUS : XForm_17<63, 0, (outs crrc:$crD), (ins f4rc:$fA, f4rc:$fB), 2297 "fcmpu $crD, $fA, $fB", IIC_FPCompare>; 2298 def FCMPOS : XForm_17<63, 32, (outs crrc:$crD), (ins f4rc:$fA, f4rc:$fB), 2299 "fcmpo $crD, $fA, $fB", IIC_FPCompare>; 2302 "fcmpu $crD, $fA, $fB", IIC_FPCompare>; 2304 "fcmpo $crD, $fA, $fB", IIC_FPCompare>; 2308 def FTDIV: XForm_17<63, 128, (outs crrc:$crD), (ins f8rc:$fA, f8rc:$fB), 2309 "ftdiv $crD, $fA, $fB", IIC_FPCompare>; 2310 def FTSQRT: XForm_17a<63, 160, (outs crrc:$crD), (ins f8rc:$fB), 2311 "ftsqrt $crD, $fB", IIC_FPCompare, [all …]
|