HomeSort by relevance Sort by last modified time
    Searched defs:ArgType (Results 1 - 25 of 45) sorted by null

1 2

  /frameworks/compile/libbcc/lib/Renderscript/
RSInvariant.cpp 79 const llvm::Type *ArgType = Arg.getType();
80 if (ArgType->isPointerTy()) {
81 const llvm::Type *ArgPtrDomainType = ArgType->getPointerElementType();
  /external/libchrome/sandbox/win/src/
internal_types.h 19 enum ArgType {
  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.cpp 177 auto ArgType = Arg->getType();
178 ArgType->dump(*this);
  /external/libcxx/test/std/utilities/function.objects/func.require/
invoke_helpers.h 78 // ArgType - A non-copyable type intended to be used as a dummy argument type
80 struct ArgType {
82 explicit ArgType(int val = 0) : value(val) {}
84 ArgType(ArgType const&);
85 ArgType& operator=(ArgType const&);
228 ArgType a0, a1, a2;
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 330 Type * ArgType = P.Val->getType();
349 ArgType, Addrspace));
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_numbers.py 22 ArgType = type(byref(c_int(0)))
96 self.assertEqual(ArgType, type(t.from_param(0)))
102 self.assertEqual(ArgType, type(parm))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_numbers.py 22 ArgType = type(byref(c_int(0)))
96 self.assertEqual(ArgType, type(t.from_param(0)))
102 self.assertEqual(ArgType, type(parm))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 22 ArgType = type(byref(c_int(0)))
96 self.assertEqual(ArgType, type(t.from_param(0)))
102 self.assertEqual(ArgType, type(parm))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_numbers.py 22 ArgType = type(byref(c_int(0)))
96 self.assertEqual(ArgType, type(t.from_param(0)))
102 self.assertEqual(ArgType, type(parm))
  /external/clang/test/CodeGenCXX/
destructors.cpp 402 struct ArgType {
403 ~ArgType();
406 void f1(const ArgType& = ArgType());
412 // CHECK5: call void @_ZN5test97ArgTypeD1Ev(%"struct.test9::ArgType"* %
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 159 Type *ArgType = F.getFunctionType()->getParamType(0);
160 switch (ArgType->getTypeID()) {
  /external/clang/lib/AST/
DeclTemplate.cpp 216 QualType ArgType = Context.getTypeDeclType(TTP);
218 ArgType = Context.getPackExpansionType(ArgType, None);
220 Arg = TemplateArgument(ArgType);
    [all...]
ExprCXX.cpp 220 const QualType ArgType = Arg->getType();
222 if (ArgType->isDependentType() && !ArgType->isPointerType())
225 return ArgType->getAs<PointerType>()->getPointeeType();
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessagePattern.java 66 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
177 parseMessage(0, 0, 0, ArgType.NONE);
209 parsePluralOrSelectStyle(ArgType.PLURAL, 0, 0);
225 parsePluralOrSelectStyle(ArgType.SELECT, 0, 0);
571 * otherwise ArgType.NONE.
574 public ArgType getArgType() {
579 return ArgType.NONE;
627 * The value is the ordinal value of the ArgType. Use getArgType().
630 * followed by optional argument sub-parts (see ArgType constants)
637 * The value is the ordinal value of the ArgType. Use getArgType()
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePattern.java 65 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
184 parseMessage(0, 0, 0, ArgType.NONE);
218 parsePluralOrSelectStyle(ArgType.PLURAL, 0, 0);
235 parsePluralOrSelectStyle(ArgType.SELECT, 0, 0);
610 * otherwise ArgType.NONE.
614 public ArgType getArgType() {
619 return ArgType.NONE;
673 * The value is the ordinal value of the ArgType. Use getArgType().
676 * followed by optional argument sub-parts (see ArgType constants)
684 * The value is the ordinal value of the ArgType. Use getArgType()
    [all...]
  /external/messageformat/java/com/ibm/icu/text/
MessagePattern.java 65 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
183 parseMessage(0, 0, 0, ArgType.NONE);
217 parsePluralOrSelectStyle(ArgType.PLURAL, 0, 0);
234 parsePluralOrSelectStyle(ArgType.SELECT, 0, 0);
609 * otherwise ArgType.NONE.
613 public ArgType getArgType() {
618 return ArgType.NONE;
672 * The value is the ordinal value of the ArgType. Use getArgType().
675 * followed by optional argument sub-parts (see ArgType constants)
683 * The value is the ordinal value of the ArgType. Use getArgType()
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 231 class ArgType {
244 ArgType(Kind k = UnknownTy, const char *n = nullptr)
246 ArgType(QualType t, const char *n = nullptr)
248 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(nullptr), Ptr(false) {}
250 static ArgType Invalid() { return ArgType(InvalidTy); }
253 /// Create an ArgType which corresponds to the type pointer to A.
254 static ArgType PtrTo(const ArgType& A) {
255 assert(A.K >= InvalidTy && "ArgType cannot be pointer to invalid/unknown")
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 426 static const char *PropertyMemoryAttribute(ASTContext &Context, QualType ArgType) {
427 Qualifiers::ObjCLifetime propertyLifetime = ArgType.getObjCLifetime();
428 bool RetainableObject = ArgType->isObjCRetainableType();
433 ArgType->getAs<ObjCObjectPointerType>()) {
441 else if (ArgType->isBlockPointerType())
448 return ArgType->isBlockPointerType() ? "copy" : "strong";
499 QualType ArgType = Context.getCanonicalType(argDecl->getType());
500 if (const char *MemoryManagementAttr = PropertyMemoryAttribute(Context, ArgType))
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 88 QualType ArgType = FD->getType();
97 if ((I->capturesVariableByCopy() && !ArgType->isAnyPointerType()) ||
99 ArgType = Ctx.getUIntPtrType();
110 if (ArgType->isVariablyModifiedType())
111 ArgType = getContext().getVariableArrayDecayedType(ArgType);
113 FD->getLocation(), II, ArgType));
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]

Completed in 603 milliseconds

1 2