HomeSort by relevance Sort by last modified time
    Searched refs:FuncType (Results 26 - 33 of 33) sorted by null

12

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
binner.cpp 221 typedef PFN_PROCESS_ATTRIBUTES FuncType;
224 static FuncType GetFunc()
    [all...]
frontend.cpp     [all...]
  /bionic/tests/
malloc_test.cpp 741 template <typename FuncType>
742 void CheckAllocationFunction(FuncType func) {
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.cpp 811 SPIRVModuleImpl::addFunction(SPIRVTypeFunction *FuncType, SPIRVId Id) {
812 return addFunction(new SPIRVFunction(this, FuncType,
813 getId(Id, FuncType->getNumParameters() + 1)));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 165 using FuncType = std::function<Value* (Instruction*, LLVMContext&)>;
166 Rule(StringRef N, FuncType F) : Name(N), Fn(F) {}
168 FuncType Fn;
171 void addRule(StringRef N, const Rule::FuncType &F) {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 313 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
548 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
558 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
559 const PointerType *PT = funcType->getAs<PointerType>();
560 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]
RewriteModernObjC.cpp 385 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
608 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
611 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
621 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
622 const PointerType *PT = funcType->getAs<PointerType>();
623 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 150 enum FuncType
156 FuncType m_type;
    [all...]

Completed in 557 milliseconds

12