Searched refs:setPointerAndInt (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | PointerIntPair.h | 54 setPointerAndInt(PtrVal, IntVal); in PointerIntPair() 75 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) LLVM_LVALUE_FUNCTION { in setPointerAndInt() function
|
H A D | FunctionExtras.h | 273 CallbackAndInlineFlag.setPointerAndInt(
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 538 Last->Next.setPointerAndInt(&N, false); in push_back() 548 N.Next.setPointerAndInt(Last->Next.getPointer(), false); in push_front() 549 Last->Next.setPointerAndInt(&N, true); in push_front() 583 TmpNode->Next.setPointerAndInt(TmpNode, true); in takeNodes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | GlobalsModRef.cpp | 119 Arg.Info.setPointerAndInt(nullptr, 0); in FunctionInfo() 123 Info.setPointerAndInt(nullptr, RHS.Info.getInt()); in operator =() 130 Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt()); in operator =() 131 RHS.Info.setPointerAndInt(nullptr, 0); in operator =()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | Scope.cpp | 94 NRVO.setPointerAndInt(nullptr, 0); in Init()
|
H A D | SemaOpenMP.cpp | 1380 Data.RefExpr.setPointerAndInt(E, IsLastprivate); in addDSA() 1387 Data.RefExpr.setPointerAndInt(PrivateCopy, IsLastprivate); in addDSA()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ModuleFile.h | 84 Val.setPointerAndInt(&File.getMapEntry(), intVal);
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | GlobalDecl.h | 76 Value.setPointerAndInt(D, unsigned(getDefaultKernelReference(D))); in MultiVersionIndex()
|
H A D | Decl.h | 2964 InitStorage.setPointerAndInt(getBitWidth(), ISK_NoInit); in removeInClassInitializer()
|
H A D | Expr.h | 5942 ExprAndFlag.setPointerAndInt(CopyExpr, CanThrow); in setExprAndFlag()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 1628 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow() 1635 CachedSuperClassType.setPointerAndInt(superClassObjTy, true); in computeSuperClassTypeSlow() 1643 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow() 1654 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow() 1663 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
|
H A D | Decl.cpp | 4240 InitStorage.setPointerAndInt(const_cast<VariableArrayType *>(VLAType), in setCapturedVLAType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5929 Device.setPointerAndInt(C->getDevice(), C->getModifier()); in emitCommonOMPTargetDirective()
|