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

1 2

  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 173 JType argType = jfunc.getArgType(i);
545 if (jfunc.getArgType(idx).isArray()) {
546 if (!cfunc.getArgType(cIndex).isConst()) {
549 } else if (jfunc.getArgType(idx).isBuffer()) {
550 if (!cfunc.getArgType(cIndex).isConst()) {
600 JType argType = jfunc.getArgType(i);
827 JType argType = jfunc.getArgType(i);
    [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/swiftshader/third_party/subzero/src/
IceIntrinsics.h 173 Type getArgType(SizeT Index) const;
IceGlobalInits.cpp 78 if (!isCallParameterType(Signature.getArgType(i)))
89 if (Signature.getArgType(i) != Info->getArgType(i))
IceTypes.h 172 Type getArgType(SizeT Index) const {
IceIntrinsics.cpp 350 Type Intrinsics::FullIntrinsicInfo::getArgType(SizeT Index) const {
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
MessagePatternUtilDemo.java 49 MessagePattern.ArgType argType = arg.getArgType();
74 MessagePattern.ArgType argType = style.getArgType();
160 switch (arg.getArgType()) {
MiniMessageFormatter.java 110 ArgType argType=part.getArgType();
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 318 ArgType getArgType(ASTContext &Ctx) const;
501 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
586 ArgType getArgType(ASTContext &Ctx) const;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessagePatternUtil.java 202 public MessagePattern.ArgType getArgType() {
278 * @return the argument type (same as getArgType() on the parent ArgNode)
280 public MessagePattern.ArgType getArgType() {
456 MessagePattern.ArgType argType = node.argType = part.getArgType();
MessagePattern.java 576 public ArgType getArgType() {
629 * The value is the ordinal value of the ArgType. Use getArgType().
639 * The value is the ordinal value of the ArgType. Use getArgType().
696 getArgType().name() : Integer.toString(value);
743 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePatternUtil.java 219 public MessagePattern.ArgType getArgType() {
302 * @return the argument type (same as getArgType() on the parent ArgNode)
305 public MessagePattern.ArgType getArgType() {
492 MessagePattern.ArgType argType = node.argType = part.getArgType();
MessagePattern.java 616 public ArgType getArgType() {
675 * The value is the ordinal value of the ArgType. Use getArgType().
686 * The value is the ordinal value of the ArgType. Use getArgType().
753 getArgType().name() : Integer.toString(value);
802 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 331 ArgType getArgType(ASTContext &Ctx) const;
518 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
605 ArgType getArgType(ASTContext &Ctx) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 331 ArgType getArgType(ASTContext &Ctx) const;
518 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
605 ArgType getArgType(ASTContext &Ctx) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 331 ArgType getArgType(ASTContext &Ctx) const;
518 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
605 ArgType getArgType(ASTContext &Ctx) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 331 ArgType getArgType(ASTContext &Ctx) const;
518 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
605 ArgType getArgType(ASTContext &Ctx) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 331 ArgType getArgType(ASTContext &Ctx) const;
518 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
605 ArgType getArgType(ASTContext &Ctx) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 331 ArgType getArgType(ASTContext &Ctx) const;
518 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
605 ArgType getArgType(ASTContext &Ctx) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 331 ArgType getArgType(ASTContext &Ctx) const;
518 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
605 ArgType getArgType(ASTContext &Ctx) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 331 ArgType getArgType(ASTContext &Ctx) const;
518 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
605 ArgType getArgType(ASTContext &Ctx) const;
  /external/messageformat/java/com/ibm/icu/text/
MessagePattern.java 613 public ArgType getArgType() {
672 * The value is the ordinal value of the ArgType. Use getArgType().
683 * The value is the ordinal value of the ArgType. Use getArgType().
750 getArgType().name() : Integer.toString(value);
799 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 146 * The value is the ordinal value of the ArgType. Use getArgType().
157 * The value is the ordinal value of the ArgType. Use getArgType().
213 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
773 UMessagePatternArgType getArgType() const {
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 390 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx,
693 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral);

Completed in 1413 milliseconds

1 2