HomeSort by relevance Sort by last modified time
    Searched refs:getArgType (Results 1 - 25 of 42) 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);
779 JType argType = jfunc.getArgType(i);
825 JType argType = jfunc.getArgType(i);
834 if (jfunc.getArgType(i).isBuffer()) {
858 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 309 const PointerType *PT = FPT->getArgType(0)->getAs<PointerType>();
346 if (!FPT->getArgType(0)->isIntegralOrUnscopedEnumerationType())
350 const PointerType *PT = FPT->getArgType(1)->getAs<PointerType>();
391 const PointerType *PT = FPT->getArgType(0)->getAs<PointerType>();
567 const PointerType *PT = FPT->getArgType(i)->getAs<PointerType>();
596 const PointerType *PT = FTP->getArgType(0)->getAs<PointerType>();
721 if (! FTP->getArgType(i)->isIntegralOrUnscopedEnumerationType())
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 291 ArgType getArgType(ASTContext &Ctx) const;
480 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
567 ArgType getArgType(ASTContext &Ctx) const;
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 260 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx,
522 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral);
ScanfFormatString.cpp 212 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const {
453 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().
155 * The value is the ordinal value of the ArgType. Use getArgType().
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
774 UMessagePatternArgType getArgType() const {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 561 CanQualType getArgType(unsigned i) const {
562 return CanQualType::CreateUnsafe(this->getTypePtr()->getArgType(i));
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 230 if (!isFuncTypeArgumentConvertible(FPT->getArgType(i)))
486 if (const RecordType *RT = FPT->getArgType(i)->getAs<RecordType>())
CGExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 729 Target->getArgType(i), TargetLoc,
730 Source->getArgType(i), SourceLoc))
    [all...]
SemaAccess.cpp 390 ContextTy->getArgType(I),
391 FriendTy->getArgType(I)))
    [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/icu4c/i18n/
msgfmt.cpp 984 UMessagePatternArgType argType = part->getArgType();
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 550 return MakeCXType(FD->getArgType(i), GetTU(X));
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 478 if (LT->getArgType(I) != RT->getArgType(I))
    [all...]
TypePrinter.cpp 618 print(T->getArgType(i), OS, StringRef());
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]

Completed in 645 milliseconds

1 2