/llvm-project/libcxx/test/std/utilities/function.objects/func.require/ |
H A D | binary_function.pass.cpp | 24 typedef std::binary_function<int, short, bool> bf; in main() typedef
|
/llvm-project/clang/test/Analysis/ |
H A D | stack-block-returned.cpp | 5 bptr bf(int j) { in bf() function
|
H A D | fields.c | 6 typedef struct bf { unsigned x:2; } bf; struct
|
H A D | reinterpret-cast-pointer-to-member.cpp | 20 …int Base::*bf = reinterpret_cast<int Base::*>(reinterpret_cast<int Derived::*>(reinterpret_cast<in… in f() local
|
/llvm-project/clang/test/CoverageMapping/ |
H A D | logical.cpp | 6 …bool bf = false; // MCDC: Decision,File 0, [[@LINE+1]]:12 -> [[@LINE+1]]:20 = M:3… in main() local
|
/llvm-project/libcxx/test/std/ranges/range.access/ |
H A D | end.pass.cpp | 188 friend constexpr const int *end(EndFunction const& bf) { return &bf.x; } in end() 245 friend constexpr const Empty *end(EndFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in end() 252 friend constexpr const int *end(EndFunctionWithDataMember const& bf) { return &bf.x; } in end() 258 friend constexpr const int *end(EndFunctionWithPrivateEndMember const& bf) { return &bf.y; } in end() 266 friend constexpr const int *end(BeginMemberEndFunction const& bf) { return &bf.x; } in end() argument
|
H A D | begin.pass.cpp | 191 friend constexpr const int *begin(BeginFunction const& bf) { return &bf.x; } in begin() argument 229 friend constexpr const Empty *begin(BeginFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in begin() argument 235 friend constexpr const int *begin(BeginFunctionWithDataMember const& bf) { return &bf.x; } in begin() argument 240 friend constexpr const int *begin(BeginFunctionWithPrivateBeginMember const& bf) { return &bf.y; } in begin() argument
|
H A D | rend.pass.cpp | 191 friend constexpr const int* rend(REndFunction const& bf) { return &bf.x; } in rend() 248 friend constexpr const Empty* rend(REndFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in rend() 255 friend constexpr const int* rend(REndFunctionWithDataMember const& bf) { return &bf.x; } in rend() 261 friend constexpr const int* rend(REndFunctionWithPrivateEndMember const& bf) { return &bf.y; } in rend() 267 friend constexpr const int* rend(RBeginMemberEndFunction const& bf) { return &bf.x; } in rend() argument
|
H A D | rbegin.pass.cpp | 186 friend constexpr const int* rbegin(RBeginFunction const& bf) { return &bf.x; } in rbegin() argument 231 friend constexpr const Empty *rbegin(RBeginFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in rbegin() argument 237 friend constexpr const int *rbegin(RBeginFunctionWithDataMember const& bf) { return &bf.x; } in rbegin() argument 242 …friend constexpr const int *rbegin(RBeginFunctionWithPrivateBeginMember const& bf) { return &bf.y;… in rbegin() argument
|
/llvm-project/clang/test/Sema/ |
H A D | format-strings-bitfield-promotion.cxx | 14 } bf; variable
|
H A D | format-strings-bitfield-promotion.c | 11 } bf; variable
|
H A D | switch.c | 285 unsigned bf : 1; global() member
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-alias.cpp | 25 x::bar<float> bf; variable
|
H A D | ptr-to-member-function.cpp | 20 void bf() { printf("B::bf called\n"); } in bf() function
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | thumbv8.1m.s | 43 bf #-2, #10 label 48 bf #0, #10 label 53 bf #7, #10 label 88 bf #4, #65536 label 93 bf #4, #-65538 label 98 bf #4, #0 label 153 bf .Lbranch, .Ltarget label
|
/llvm-project/clang/test/SemaCXX/ |
H A D | microsoft-new-delete.cpp | 18 struct bitfield { int n : 3; } bf; // expected-note {{here}} variable
|
/llvm-project/llvm/examples/BrainF/ |
H A D | BrainFDriver.cpp | 141 BrainF bf; in main() local
|
/llvm-project/libcxx/test/std/utilities/utility/utility.underlying/ |
H A D | to_underlying.pass.cpp | 69 WithBitfieldEnums bf; in test() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | signed-char-bool-conversion.m | 75 struct has_bf bf; field
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | friend.cpp | 120 B<float> bf; // expected-note {{in instantiation of}} variable
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | Float16bits.cpp | 184 uint16_t bf = float2bfloat(f); in __truncsfbf2() local
|
/llvm-project/flang/module/ |
H A D | __ppc_intrinsics.f90 | 785 integer(4), intent(in) :: bf variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | simplify-boolean-expr.cpp | 259 bool bf = ((i > 20)) ? false : true; in ternary_operator() local 266 bool bf = (i > 20); in operator_not_equal() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_map_messages.cpp | 77 int bf : 20; member
|
/llvm-project/llvm/test/MC/Lanai/ |
H A D | v11.s | 49 bf 0x123454 label
|