/external/llvm/unittests/ADT/ |
D | BitmaskEnumTest.cpp | 19 F2 = 2, enumerator 89 F2 = 2, enumerator 101 enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, LLVM_MARK_AS_BITMASK_ENUM(F3) }; enumerator 120 F2 = 2, enumerator
|
/external/clang/test/Lexer/ |
D | 11-27-2007-FloatLiterals.c | 11 float F2 = 01e-19f; variable
|
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/ |
D | bit_xor.pass.cpp | 36 typedef std::bit_xor<> F2; in main() typedef
|
D | bit_or.pass.cpp | 33 typedef std::bit_or<> F2; in main() typedef
|
D | bit_and.pass.cpp | 33 typedef std::bit_and<> F2; in main() typedef
|
D | bit_not.pass.cpp | 30 typedef std::bit_not<> F2; in main() typedef
|
/external/libcxx/test/std/utilities/function.objects/comparisons/ |
D | greater_equal.pass.cpp | 37 typedef std::greater_equal<> F2; in main() typedef
|
D | equal_to.pass.cpp | 30 typedef std::equal_to<> F2; in main() typedef
|
D | not_equal_to.pass.cpp | 30 typedef std::not_equal_to<> F2; in main() typedef
|
D | less_equal.pass.cpp | 37 typedef std::less_equal<> F2; in main() typedef
|
D | less.pass.cpp | 36 typedef std::less<> F2; in main() typedef
|
D | greater.pass.cpp | 37 typedef std::greater<> F2; in main() typedef
|
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/ |
D | negate.pass.cpp | 28 typedef std::negate<> F2; in main() typedef
|
D | multiplies.pass.cpp | 29 typedef std::multiplies<> F2; in main() typedef
|
D | plus.pass.cpp | 29 typedef std::plus<> F2; in main() typedef
|
D | minus.pass.cpp | 29 typedef std::minus<> F2; in main() typedef
|
D | divides.pass.cpp | 29 typedef std::divides<> F2; in main() typedef
|
D | modulus.pass.cpp | 29 typedef std::modulus<> F2; in main() typedef
|
/external/libcxx/test/std/utilities/function.objects/logical.operations/ |
D | logical_not.pass.cpp | 29 typedef std::logical_not<> F2; in main() typedef
|
D | logical_and.pass.cpp | 32 typedef std::logical_and<> F2; in main() typedef
|
D | logical_or.pass.cpp | 32 typedef std::logical_or<> F2; in main() typedef
|
/external/clang/test/CodeGen/ |
D | 2002-05-23-TypeNameCollision.c | 11 struct foo *F2; variable
|
/external/mksh/src/ |
D | exprtok.h | 31 #define F2(enum) enum, macro 49 #define F2(enum) /* nothing */ macro
|
/external/bison/src/ |
D | uniqstr.h | 80 #define UNIQSTR_GEN_FORMAT(F1, F2, F3, F4, F5, \ argument 91 #define UNIQSTR_GEN_FORMAT_(F1, F2, F3, F4, F5, \ argument
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | Casting.cpp | 118 const foo *F2 = dyn_cast<foo>(B2); in TEST() local 131 const foo *F2 = dyn_cast_or_null<foo>(B2); in TEST() local
|