Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPointerIntPair.h54 setPointerAndInt(PtrVal, IntVal); in PointerIntPair()
75 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) LLVM_LVALUE_FUNCTION { in setPointerAndInt() function
H A DFunctionExtras.h273 CallbackAndInlineFlag.setPointerAndInt(
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h538 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 DGlobalsModRef.cpp119 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 DScope.cpp94 NRVO.setPointerAndInt(nullptr, 0); in Init()
H A DSemaOpenMP.cpp1380 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 DModuleFile.h84 Val.setPointerAndInt(&File.getMapEntry(), intVal);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DGlobalDecl.h76 Value.setPointerAndInt(D, unsigned(getDefaultKernelReference(D))); in MultiVersionIndex()
H A DDecl.h2964 InitStorage.setPointerAndInt(getBitWidth(), ISK_NoInit); in removeInClassInitializer()
H A DExpr.h5942 ExprAndFlag.setPointerAndInt(CopyExpr, CanThrow); in setExprAndFlag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1628 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 DDecl.cpp4240 InitStorage.setPointerAndInt(const_cast<VariableArrayType *>(VLAType), in setCapturedVLAType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5929 Device.setPointerAndInt(C->getDevice(), C->getModifier()); in emitCommonOMPTargetDirective()