Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h89 setPointerAndInt(PtrVal, IntVal); in PointerIntPair()
110 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) & { in setPointerAndInt() function
H A DFunctionExtras.h278 CallbackAndInlineFlag.setPointerAndInt(
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp115 Arg.Info.setPointerAndInt(nullptr, 0); in FunctionInfo()
119 Info.setPointerAndInt(nullptr, RHS.Info.getInt()); in operator =()
126 Info.setPointerAndInt(RHS.Info.getPointer(), RHS.Info.getInt()); in operator =()
127 RHS.Info.setPointerAndInt(nullptr, 0); in operator =()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h545 Last->Next.setPointerAndInt(&N, false); in push_back()
555 N.Next.setPointerAndInt(Last->Next.getPointer(), false); in push_front()
556 Last->Next.setPointerAndInt(&N, true); in push_front()
591 TmpNode->Next.setPointerAndInt(TmpNode, true); in takeNodes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h98 Val.setPointerAndInt(&File.getMapEntry(), intVal);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h77 Value.setPointerAndInt(D, unsigned(getDefaultKernelReference(D))); in MultiVersionIndex()
H A DExpr.h6195 ExprAndFlag.setPointerAndInt(CopyExpr, CanThrow); in setExprAndFlag()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h974 InfoPtr.setPointerAndInt(II, nArgs + 1); in Selector()
981 InfoPtr.setPointerAndInt(SI, MultiArg & 0b11); in Selector()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp797 Callback.setPointerAndInt(CB, Index); \
835 Callback.setPointerAndInt(nullptr, 0); in reset()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1694 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
1701 CachedSuperClassType.setPointerAndInt(superClassObjTy, true); in computeSuperClassTypeSlow()
1709 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
1720 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
1729 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6636 Device.setPointerAndInt(C->getDevice(), C->getModifier()); in emitCommonOMPTargetDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1533 Data.RefExpr.setPointerAndInt(E, IsLastprivate); in addDSA()
1540 Data.RefExpr.setPointerAndInt(PrivateCopy, IsLastprivate); in addDSA()