Searched refs:setPointerAndInt (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | PointerIntPair.h | 53 setPointerAndInt(PtrVal, IntVal); in PointerIntPair() 74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt() function
|
| H A D | PointerUnion.h | 179 Val.setPointerAndInt(
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 117 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 D | Scope.cpp | 95 NRVO.setPointerAndInt(nullptr, 0); in Init()
|
| H A D | SemaOpenMP.cpp | 920 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 D | Module.h | 86 Val.setPointerAndInt(File, intVal);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 1488 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 D | Decl.cpp | 3832 InitStorage.setPointerAndInt(const_cast<VariableArrayType *>(VLAType), in setCapturedVLAType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 501 Last->Next.setPointerAndInt(&N, false); in push_back()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 164 ExprAndFlag.setPointerAndInt(CopyExpr, CanThrow); in setExprAndFlag()
|
| H A D | Decl.h | 2742 InitStorage.setPointerAndInt(getBitWidth(), ISK_NoInit); in removeInClassInitializer()
|