Searched defs:can (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dcgraphunit.c947 struct cgraph_asm_node *can; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp117 ArrayType::ArrayType(TypeClass tc, QualType et, QualType can, argument
200 DependentSizedArrayType(const ASTContext &Context, QualType et, QualType can, Expr *e, ArraySizeModifier sm, unsigned tq, SourceRange brackets) argument
241 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType, QualType can, Expr *SizeExpr, SourceLocation loc) argument
263 DependentAddressSpaceType( const ASTContext &Context, QualType PointeeType, QualType can, Expr *AddrSpaceExpr, SourceLocation loc) argument
655 ObjCTypeParamType(const ObjCTypeParamDecl *D, QualType can, ArrayRef<ObjCProtocolDecl *> protocols) argument
3215 TypeOfExprType(Expr *E, QualType can) argument
3238 DecltypeType(Expr *E, QualType underlyingType, QualType can) argument
3280 TagType(TypeClass TC, const TagDecl *D, QualType can) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2943 ConstantArrayType(QualType et, QualType can, const llvm::APInt &size, const Expr *sz, ArraySizeModifier sm, unsigned tq) argument
2998 IncompleteArrayType(QualType et, QualType can, ArraySizeModifier sm, unsigned tq) argument
3049 VariableArrayType(QualType et, QualType can, Expr *e, ArraySizeModifier sm, unsigned tq, SourceRange brackets) argument
[all...]

Completed in 88 milliseconds