Home
last modified time | relevance | path

Searched defs:F1 (Results 1 – 25 of 67) sorted by relevance

123

/external/mksh/src/
Dexprtok.h26 #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/
Dms_bitfield_layout.c248 typedef struct F1 { struct
260 } F1; argument
/external/llvm/unittests/ADT/
DBitmaskEnumTest.cpp18 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/unittests/Support/
DCasting.cpp86 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/
D2002-05-23-TypeNameCollision.c10 foo F1; variable
/external/llvm/unittests/IR/
DFunctionTest.cpp43 std::unique_ptr<Function> F1( in TEST() local
/external/clang/test/Layout/
Dms-x86-basic-layout.cpp545 struct F1 : B, A4 { struct
547 F1() : a(0xf00000f1) {} in F1() argument
548 virtual void g() {printf("F1");} in g() argument
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-direct-large.cc26 #define F1(Q, x) \ macro
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITMemoryManagerTest.cpp40 OwningPtr<Function> F1(makeFakeFunction()); in TEST() local
84 OwningPtr<Function> F1(makeFakeFunction()); in TEST() local
DJITEventListenerTest.cpp92 Function *F1 = buildFunction(M); in TEST_F() local
133 Function *F1 = buildFunction(M); in TEST_F() local
DMultiJITTest.cpp150 Function *F1 = EE1->FindFunctionNamed("foo1"); in TEST() local
/external/llvm/unittests/Support/
DCasting.cpp111 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/fio/crc/
Dmd5.h11 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp9 enum Foo {F1, F2, F3}; enumerator
/external/google-breakpad/src/common/
Dmd5.cc153 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
/external/webrtc/webrtc/base/
Dmd5.cc131 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
/external/libvpx/libvpx/
Dmd5_utils.c139 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
/external/swiftshader/third_party/LLVM/lib/Support/
DFileUtilities.cpp204 OwningPtr<MemoryBuffer> F1; in DiffFilesWithTolerance() local
/external/llvm/lib/Support/
DFileUtilities.cpp185 MemoryBuffer &F1 = *F1OrErr.get(); in DiffFilesWithTolerance() local
/external/autotest/client/deps/glbench/src/
Dmd5.cc151 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
/external/libmicrohttpd/src/microhttpd/
Dmd5.c49 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
/external/dhcpcd-6.8.2/crypt/
Dmd5.c65 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
Dp3.cpp29 struct F1 { }; struct
/external/wpa_supplicant_8/src/crypto/
Dmd5-internal.c194 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp158 Function *F1 = Function::Create(FT1, Function::ExternalLinkage); in TEST_F() local
185 Function *F1 = Function::Create(FT1, Function::ExternalLinkage); in TEST_F() local

123