Searched defs:ty (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp600 llvm::PointerType *ty local
H A DCGException.cpp385 llvm::Type *ty = CGF.ConvertTypeForMem(e->getType())->getPointerTo(); local
H A DCodeGenFunction.cpp355 QualType ty = parm->getType(); local
1286 const Type *ty = type.getTypePtr(); local
[all...]
H A DCGCall.cpp910 llvm::Type *ty = ConvertType(ret); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp1124 const ObjCObjectType *ty = opty->getObjectType(); local
H A DSemaExprObjC.cpp963 ParseObjCEncodeExpression(SourceLocation AtLoc, SourceLocation EncodeLoc, SourceLocation LParenLoc, ParsedType ty, SourceLocation RParenLoc) argument
/freebsd-10.1-release/contrib/wpa/src/tls/
H A Dlibtommath.c2435 int tx, ty; local
3263 int tx, ty, iy; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DInstructions.cpp3008 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, argument
3021 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3433 QualType ty = var->getType(); local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp732 Type *getShadowTyNoVec(Type *ty) { argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1337 Create(const ASTContext &C, Expr *base, bool isarrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *memberdecl, DeclAccessPair founddecl, DeclarationNameInfo nameinfo, const TemplateArgumentListInfo *targs, QualType ty, ExprValueKind vk, ExprObjectKind ok) argument
H A DASTContext.cpp2400 const Type *ty = split.Ty; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp458 static std::string GetNarrowTypestr(StringRef ty) argument
483 static char ClassifyType(StringRef ty, bool &quad, bool &poly, bool &usgn) { argument
[all...]
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-i386.c1479 const struct type_name *ty; local
/freebsd-10.1-release/contrib/binutils/gas/
H A Decoff.c1739 symint_t ty; local
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h2650 CastExpr(StmtClass SC, QualType ty, ExprValueKind VK, argument
2335 MemberExpr(Expr *base, bool isarrow, ValueDecl *memberdecl, const DeclarationNameInfo &NameInfo, QualType ty, ExprValueKind VK, ExprObjectKind OK) argument
2354 MemberExpr(Expr *base, bool isarrow, ValueDecl *memberdecl, SourceLocation l, QualType ty, ExprValueKind VK, ExprObjectKind OK) argument
2737 ImplicitCastExpr(QualType ty, CastKind kind, Expr *op, unsigned BasePathLength, ExprValueKind VK) argument
2748 ImplicitCastExpr(OnStack_t _, QualType ty, CastKind kind, Expr *op, ExprValueKind VK) argument
[all...]
H A DType.h504 SplitQualType(const Type *ty, Qualifiers qs) : Ty(ty), Quals(qs) {} argument

Completed in 413 milliseconds

123