/external/mksh/src/ |
D | exprtok.h | 26 #define F1(enum) /* nothing */ macro 30 #define F1(enum) enum, macro 35 #define F1(enum) "" macro 38 #define F1(enum) 0 macro 41 #define F1(enum) P_PRIMARY macro
|
/external/clang/test/Sema/ |
D | ms_bitfield_layout.c | 248 typedef struct F1 { struct 260 } F1; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | BitmaskEnumTest.cpp | 18 F1 = 1, enumerator 88 F1 = 1, enumerator 101 enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, LLVM_MARK_AS_BITMASK_ENUM(F3) }; enumerator 119 F1 = 1, enumerator
|
/external/llvm/unittests/ADT/ |
D | BitmaskEnumTest.cpp | 18 F1 = 1, enumerator 88 F1 = 1, enumerator 101 enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, LLVM_MARK_AS_BITMASK_ENUM(F3) }; enumerator 119 F1 = 1, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | TaskQueueTest.cpp | 37 std::future<void> F1 = TQ.async([&] { in TEST_F() local 79 std::future<void> F1 = TQ.async([&] { ++X; }); in TEST_F() local 102 std::future<std::string> F1 = TQ.async([&] { return std::string("Hello"); }); in TEST_F() local
|
D | Casting.cpp | 123 foo &F1 = cast<foo>(B1); in TEST() local 165 const foo *F1 = dyn_cast<foo>(B2); in TEST() local 179 const foo *F1 = dyn_cast_or_null<foo>(B2); in TEST() 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() 112 TestFunction F1(C, M, 27); in TEST() local
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | Casting.cpp | 86 foo &F1 = cast<foo>(B1); in TEST() local 116 const foo *F1 = dyn_cast<foo>(B2); in TEST() local 129 const foo *F1 = dyn_cast_or_null<foo>(B2); in TEST() local
|
/external/clang/test/CodeGen/ |
D | 2002-05-23-TypeNameCollision.c | 10 foo F1; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | GlobalsModRefTest.cpp | 38 const Function &F1 = *I; in TEST() local
|
/external/llvm/unittests/IR/ |
D | FunctionTest.cpp | 43 std::unique_ptr<Function> F1( in TEST() local
|
/external/clang/test/Layout/ |
D | ms-x86-basic-layout.cpp | 545 struct F1 : B, A4 { struct 547 F1() : a(0xf00000f1) {} in F1() function 548 virtual void g() {printf("F1");} in g() argument
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-direct-large.cc | 26 #define F1(Q, x) \ macro
|
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITMemoryManagerTest.cpp | 40 OwningPtr<Function> F1(makeFakeFunction()); in TEST() local 84 OwningPtr<Function> F1(makeFakeFunction()); in TEST() local
|
D | JITEventListenerTest.cpp | 92 Function *F1 = buildFunction(M); in TEST_F() local 133 Function *F1 = buildFunction(M); in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | FunctionTest.cpp | 44 std::unique_ptr<Function> F1( in TEST() local
|
/external/llvm/unittests/Support/ |
D | Casting.cpp | 111 foo &F1 = cast<foo>(B1); in TEST() local 142 const foo *F1 = dyn_cast<foo>(B2); in TEST() local 156 const foo *F1 = dyn_cast_or_null<foo>(B2); in TEST() local
|
/external/u-boot/scripts/kconfig/tests/warn_recursive_dep/ |
D | Kconfig | 46 config F1 config
|
/external/clang/test/SemaCXX/ |
D | warn-enum-compare.cpp | 9 enum Foo {F1, F2, F3}; enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 96 FunctionComparator(const Function *F1, const Function *F2, in FunctionComparator()
|
/external/webrtc/webrtc/base/ |
D | md5.cc | 131 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
|
/external/google-breakpad/src/common/ |
D | md5.cc | 153 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FileUtilities.cpp | 189 MemoryBuffer &F1 = *F1OrErr.get(); in DiffFilesWithTolerance() local
|
/external/llvm/lib/Support/ |
D | FileUtilities.cpp | 185 MemoryBuffer &F1 = *F1OrErr.get(); in DiffFilesWithTolerance() local
|
/external/autotest/client/deps/glbench/src/ |
D | md5.cc | 147 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
|