Home
last modified time | relevance | path

Searched refs:setPointerAndInt (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DPointerIntPair.h53 setPointerAndInt(PtrVal, IntVal); in PointerIntPair()
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt() function
H A DPointerUnion.h179 Val.setPointerAndInt(
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DGlobalsModRef.cpp117 Arg.Info.setPointerAndInt(nullptr, 0); in FunctionInfo()
121 Info.setPointerAndInt(nullptr, RHS.Info.getInt()); in operator =()
128 Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt()); in operator =()
129 RHS.Info.setPointerAndInt(nullptr, 0); in operator =()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp95 NRVO.setPointerAndInt(nullptr, 0); in Init()
H A DSemaOpenMP.cpp920 Data.RefExpr.setPointerAndInt(E, IsLastprivate); in addDSA()
926 Data.RefExpr.setPointerAndInt(PrivateCopy, IsLastprivate); in addDSA()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DModule.h86 Val.setPointerAndInt(File, intVal);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1488 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
1495 CachedSuperClassType.setPointerAndInt(superClassObjTy, true); in computeSuperClassTypeSlow()
1503 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
1514 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
1523 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
H A DDecl.cpp3832 InitStorage.setPointerAndInt(const_cast<VariableArrayType *>(VLAType), in setCapturedVLAType()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDIE.h501 Last->Next.setPointerAndInt(&N, false); in push_back()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h164 ExprAndFlag.setPointerAndInt(CopyExpr, CanThrow); in setExprAndFlag()
H A DDecl.h2742 InitStorage.setPointerAndInt(getBitWidth(), ISK_NoInit); in removeInClassInitializer()