Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8080 AdjustAddressSpaceForBuiltinOperandType(S, S.Context.getVolatileType(T), in AddBuiltinAssignmentOperatorCandidates()
8236 S.Context.getVolatileType(CandidateTy)); in addPlusPlusMinusMinusStyleOverloads()
8799 S.Context.getLValueReferenceType(S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads()
8843 S.Context.getVolatileType(PtrTy)); in addAssignmentPointerOverloads()
8899 ParamTypes[0] = S.Context.getVolatileType(LeftBaseTy); in addAssignmentArithmeticOverloads()
8919 ParamTypes[0] = S.Context.getVolatileType(Vec1Ty); in addAssignmentArithmeticOverloads()
8956 ParamTypes[0] = S.Context.getVolatileType(ParamTypes[0]); in addAssignmentIntegralOverloads()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1228 QualType getVolatileType(QualType T) const { in getVolatileType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10615 Type = Context.getVolatileType(Type); in DecodeTypeFromStr()