/external/swiftshader/third_party/subzero/crosstest/ |
D | test_bitmanip_main.cpp | 87 typedef Type (*FuncType)(Type); in testBitManip() typedef 123 typedef Type (*FuncType)(Type); in testByteSwap() typedef
|
D | test_sync_atomic_main.cpp | 91 typedef Type (*FuncType)(bool, volatile Type *, Type); in testAtomicRMW() typedef 142 typedef Type (*FuncType)(volatile Type *, Type, Type); in testValCompareAndSwap() typedef 212 typedef Type (*FuncType)(bool, volatile Type *, Type); in testAtomicRMWThreads() typedef
|
D | test_stacksave_main.c | 29 typedef uint32_t (*FuncType)(uint32_t, uint32_t, uint32_t); in DECLARE_TESTS() typedef
|
D | test_arith_main.cpp | 254 typedef Type (*FuncType)(Type, Type); in testsFp() typedef 324 typedef v4f32 (*FuncType)(v4f32, v4f32); in testsVecFp() typedef
|
D | test_icmp_main.cpp | 261 typedef Ty (*FuncType)(Ty, Ty); in testsVecI1() typedef
|
/external/llvm-project/llvm/unittests/ADT/ |
D | TypeTraitsTest.cpp | 33 using FuncType = bool (*)(const int &); typedef
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 220 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldFunc() local 232 DISubroutineType *FuncType = in CreateOldFunctionBodyAndDI() local 409 auto *FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldModule() local
|
/external/llvm-project/llvm/unittests/IR/ |
D | FunctionTest.cpp | 143 FunctionType *FuncType(FunctionType::get(VoidType, false)); in TEST() local
|
D | ConstantsTest.cpp | 482 FunctionType *FuncType(FunctionType::get(VoidType, false)); in foldFuncPtrAndConstToNull() local
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | CloningTest.cpp | 462 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldFunc() local 474 DISubroutineType *FuncType = in CreateOldFunctionBodyAndDI() local 843 auto *FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldModule() local
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/ |
D | mutex.h | 937 typedef bool (*FuncType)(T *); in CastAndCallFunction() typedef
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 937 typedef bool (*FuncType)(T *); in CastAndCallFunction() typedef
|
/external/abseil-cpp/absl/synchronization/ |
D | mutex.h | 928 typedef bool (*FuncType)(T *); in CastAndCallFunction() typedef
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 928 typedef bool (*FuncType)(T *); in CastAndCallFunction() typedef
|
/external/angle/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.h | 954 typedef bool (*FuncType)(T *); in CastAndCallFunction() typedef
|
/external/openscreen/third_party/abseil/src/absl/synchronization/ |
D | mutex.h | 956 typedef bool (*FuncType)(T *); in CastAndCallFunction() typedef
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-using.cpp | 156 typedef my_cclass FuncType; typedef
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | binner.cpp | 215 typedef PFN_PROCESS_ATTRIBUTES FuncType; typedef 1245 typedef PFN_PROCESS_PRIMS FuncType; typedef 1263 typedef PFN_PROCESS_PRIMS_SIMD16 FuncType; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 382 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent() local
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | AssumeBundleQueriesTest.cpp | 408 FunctionType *FuncType = in RunRandTest() local
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 398 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 866 FunctionType *FuncType = Func.getFunctionType(); in installGlobalDeclarations() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NullabilityChecker.cpp | 776 const FunctionType *FuncType = Decl->getFunctionType(); in checkPostCall() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | NullabilityChecker.cpp | 791 const FunctionType *FuncType = Decl->getFunctionType(); in checkPostCall() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 1022 FunctionType *FuncType = FunctionType::get(ReturnType, ParamTypes, IsVaArgs); in emitLibCall() local
|