Home
last modified time | relevance | path

Searched refs:AttrArg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp200 uint64_t AttrArg = 0; in addAttribute() local
202 AttrArg = Attr.getValueAsInt(); in addAttribute()
203 addKnowledge({Attr.getKindAsEnum(), AttrArg, WasOn}); in addAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp546 Expr *AttrArg = AI.getArgAsExpr(AttrArgNo); in checkParamIsIntegerType() local
548 if (!S.checkFunctionOrMethodParameterIndex(D, AI, AttrArgNo + 1, AttrArg, in checkParamIsIntegerType()
554 SourceLocation SrcLoc = AttrArg->getBeginLoc(); in checkParamIsIntegerType()