Home
last modified time | relevance | path

Searched defs:IntParam (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp364 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param"); in TEST() local
377 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param"); in TEST() local
406 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param"); in TEST() local
430 DeclarationMatcher IntParam = parmVarDecl(hasType(isInteger())).bind("param"); in TEST() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstructor-initializer.cpp134 int IntParam(int i) { return 0; }; in IntParam() function
H A Dconstant-expression-cxx11.cpp90 template<int n> struct IntParam {}; struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DType.cpp808 for (unsigned IntParam : Ints) in TargetExtType() local
H A DFunction.cpp944 for (unsigned IntParam : TETy->int_params()) in getMangledTypeStr() local
H A DAsmWriter.cpp632 for (unsigned IntParam : TETy->int_params()) in print() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1067 for (unsigned IntParam : TET->int_params()) in writeTypeTable() local