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

1 2

  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 173 JType argType = jfunc.getArgType(i);
497 if (jfunc.getArgType(idx).isArray()) {
498 if (!cfunc.getArgType(cIndex).isConst()) {
501 } else if (jfunc.getArgType(idx).isBuffer()) {
502 if (!cfunc.getArgType(cIndex).isConst()) {
552 JType argType = jfunc.getArgType(i);
769 JType argType = jfunc.getArgType(i);
815 JType argType = jfunc.getArgType(i);
824 if (jfunc.getArgType(i).isBuffer()) {
848 JType argType = jfunc.getArgType(idx)
    [all...]
JFunc.java 113 public JType getArgType(int index) {
130 CType cArgType = cfunc.getArgType(i);
138 CType cArgType = cfunc.getArgType(i);
CFunc.java 90 public CType getArgType(int index) {
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 316 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
354 if (!FPT->getArgType(0)->isIntegerType())
358 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(1));
400 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(0));
577 const PointerType *PT = dyn_cast<PointerType>(FPT->getArgType(i));
607 const PointerType *PT = dyn_cast<PointerType>(FTP->getArgType(0));
734 if (! FTP->getArgType(i)->isIntegerType())
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 286 ArgType getArgType(ASTContext &Ctx) const;
475 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
562 ArgType getArgType(ASTContext &Ctx) const;
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 244 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx,
486 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral);
ScanfFormatString.cpp 196 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const {
434 const analyze_scanf::ArgType &AT = getArgType(Ctx);
FormatString.cpp 447 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const {
  /external/icu4c/common/unicode/
messagepattern.h 144 * The value is the ordinal value of the ArgType. Use getArgType().
151 * The value is the ordinal value of the ArgType. Use getArgType().
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
759 UMessagePatternArgType getArgType() const {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 606 CanQualType getArgType(unsigned i) const {
607 return CanQualType::CreateUnsafe(this->getTypePtr()->getArgType(i));
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CodeGenTypes.cpp 229 if (!isFuncTypeArgumentConvertible(FPT->getArgType(i)))
CGCall.cpp 92 prefix.push_back(FTP->getArgType(i));
206 argTypes.push_back(FTP->getArgType(i));
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 713 Target->getArgType(i), TargetLoc,
714 Source->getArgType(i), SourceLoc))
    [all...]
SemaAccess.cpp 381 ContextTy->getArgType(I),
382 FriendTy->getArgType(I)))
    [all...]
SemaOverload.cpp     [all...]
  /external/icu4c/i18n/
msgfmt.cpp 978 UMessagePatternArgType argType = part->getArgType();
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 500 return MakeCXType(FD->getArgType(i), GetTU(X));
  /external/clang/lib/AST/
VTableBuilder.cpp 485 if (LT->getArgType(I) != RT->getArgType(I))
    [all...]
DeclCXX.cpp 416 QualType ArgType = FnType->getArgType(0);
    [all...]
Type.cpp     [all...]
TypePrinter.cpp 610 print(T->getArgType(i), OS, StringRef());
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 729 milliseconds

1 2