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.cpp3386 bool ConstArg, bool VolatileArg, bool RValueThis, in LookupSpecialMember() argument
3395 if (ConstArg || VolatileArg) in LookupSpecialMember()
3407 ID.AddInteger(VolatileArg); in LookupSpecialMember()
3486 if (VolatileArg) in LookupSpecialMember()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4388 ConstantInt *VolatileArg = dyn_cast<ConstantInt>(CI->getArgOperand(4)); in upgradeAMDGCNIntrinsicCall() local
4389 IsVolatile = !VolatileArg || !VolatileArg->isZero(); in upgradeAMDGCNIntrinsicCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9344 bool VolatileArg, bool RValueThis, bool ConstThis,