HomeSort by relevance Sort by last modified time
    Searched refs:functionType (Results 1 - 25 of 33) sorted by null

1 2

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 249 Function(Id id, Id resultType, Id functionType, Id firstParam, Module& parent);
356 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, Module& parent)
361 functionInstruction.addIdOperand(functionType);
366 Instruction* typeInst = parent.getInstruction(functionType);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spvIR.h 249 Function(Id id, Id resultType, Id functionType, Id firstParam, Module& parent);
356 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, Module& parent)
361 functionInstruction.addIdOperand(functionType);
366 Instruction* typeInst = parent.getInstruction(functionType);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp     [all...]
  /frameworks/rs/script_api/
GenerateTestFiles.cpp 644 const char* functionType = "NORMAL";
648 functionType = "NATIVE";
650 functionType = "HALF";
652 functionType = "FAST";
668 mJava->indent() << "Target target = new Target(Target.FunctionType." <<
669 functionType << ", Target.ReturnType." << precisionStr <<
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp     [all...]
ASTMatchersTraversalTest.cpp 110 qualType(functionType(), forEach(qualType(isInteger()).bind("x"))),
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 33 public enum FunctionType {
50 private FunctionType mFunctionType;
76 Target(FunctionType functionType, ReturnType returnType, boolean relaxed) {
77 mFunctionType = functionType;
89 mHandleSubnormal = (mFunctionType == FunctionType.NORMAL) && !relaxed;
94 assert(mFunctionType == FunctionType.NORMAL);
590 if (mFunctionType == FunctionType.NATIVE) {
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 142 EXPECT_TRUE(Verifier.match("void f() {}", typeLoc(loc(functionType()))));
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 194 REGISTER_MATCHER(functionType);
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 694 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 735 /// varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 369 llvm::FunctionType *functionType = llvm::FunctionType::get(T(ReturnType), T(Params), false);
370 ::function = llvm::Function::Create(functionType, llvm::GlobalValue::InternalLinkage, "", ::module);
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /prebuilts/devtools/tools/lib/
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 2370 milliseconds

1 2