Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3293 bool ConstArg, bool VolatileArg, bool RValueThis, in LookupSpecialMember() argument
3302 if (ConstArg || VolatileArg) in LookupSpecialMember()
3314 ID.AddInteger(VolatileArg); in LookupSpecialMember()
3393 if (VolatileArg) in LookupSpecialMember()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4071 ConstantInt *VolatileArg = dyn_cast<ConstantInt>(CI->getArgOperand(4)); in upgradeAMDGCNIntrinsicCall() local
4072 IsVolatile = !VolatileArg || !VolatileArg->isZero(); in upgradeAMDGCNIntrinsicCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9071 bool VolatileArg, bool RValueThis, bool ConstThis,