/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | TaskQueueTest.cpp | 41 std::future<void> F2 = TQ.async([&] { in TEST_F() local 80 std::future<void> F2 = TQ.async([&] { ++Y; }); in TEST_F() local 103 std::future<int> F2 = TQ.async([&] { return 42; }); in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | FunctionComparator.cpp | 48 TestComparator(const Function *F1, const Function *F2, in TestComparator() 53 bool testFunctionAccess(const Function *F1, const Function *F2) { in testFunctionAccess() 113 TestFunction F2(C, M, 28); in TEST() local
|
/external/clang/test/Lexer/ |
D | 11-27-2007-FloatLiterals.c | 11 float F2 = 01e-19f; variable
|
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/ |
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 | multiplies.pass.cpp | 29 typedef std::multiplies<> F2; in main() typedef
|
D | modulus.pass.cpp | 29 typedef std::modulus<> F2; in main() typedef
|
D | negate.pass.cpp | 28 typedef std::negate<> F2; in main() typedef
|
D | divides.pass.cpp | 29 typedef std::divides<> F2; in main() typedef
|
/external/libcxx/test/std/utilities/function.objects/comparisons/ |
D | less.pass.cpp | 36 typedef std::less<> F2; in main() typedef
|
D | greater_equal.pass.cpp | 37 typedef std::greater_equal<> F2; in main() typedef
|
D | not_equal_to.pass.cpp | 30 typedef std::not_equal_to<> F2; in main() typedef
|
D | equal_to.pass.cpp | 30 typedef std::equal_to<> F2; in main() typedef
|
D | greater.pass.cpp | 37 typedef std::greater<> F2; in main() typedef
|
D | less_equal.pass.cpp | 37 typedef std::less_equal<> F2; in main() typedef
|
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/ |
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
|
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
|
/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/mksh/src/ |
D | exprtok.h | 31 #define F2(enum) enum, macro 49 #define F2(enum) /* nothing */ macro
|