Home
last modified time | relevance | path

Searched refs:VolatileArg (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3343 bool VolatileArg, in LookupSpecialMember() argument
3353 if (ConstArg || VolatileArg) in LookupSpecialMember()
3364 ID.AddInteger(VolatileArg); in LookupSpecialMember()
3442 if (VolatileArg) in LookupSpecialMember()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2308 ConstantInt *VolatileArg = dyn_cast<ConstantInt>(CI->getArgOperand(4)); in upgradeAMDGCNIntrinsicCall() local
2323 if (!VolatileArg || !VolatileArg->isZero()) in upgradeAMDGCNIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4475 bool VolatileArg,