Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DPointerIntPairTest.cpp34 Pair.setPointerAndInt(&s, 3U); in TEST()
61 Pair2.setPointerAndInt(&s, E::Case3); in TEST()
96 pair.setPointerAndInt({ 0x7FFFFFFF }, true ); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DPointerIntPair.h55 setPointerAndInt(PtrVal, IntVal); in PointerIntPair()
76 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) & { in setPointerAndInt() function
H A DFunctionExtras.h279 CallbackAndInlineFlag.setPointerAndInt(
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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 =()
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp34 dictionarySorted.setPointerAndInt(attributes, true); in NamedAttrList()
49 dictionarySorted.setPointerAndInt(nullptr, true); in findDuplicate()
56 dictionarySorted.setPointerAndInt(nullptr, true); in getDictionary()
71 dictionarySorted.setPointerAndInt(nullptr, true); in assign()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DModuleFile.h85 Val.setPointerAndInt(&File.getMapEntry(), intVal);
/llvm-project-15.0.7/clang/include/clang/AST/
H A DGlobalDecl.h77 Value.setPointerAndInt(D, unsigned(getDefaultKernelReference(D))); in MultiVersionIndex()
H A DDecl.h3041 InitStorage.setPointerAndInt(getBitWidth(), ISK_NoInit); in removeInClassInitializer()
H A DExpr.h6021 ExprAndFlag.setPointerAndInt(CopyExpr, CanThrow); in setExprAndFlag()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1634 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
1641 CachedSuperClassType.setPointerAndInt(superClassObjTy, true); in computeSuperClassTypeSlow()
1649 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
1660 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
1669 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
H A DDecl.cpp4359 InitStorage.setPointerAndInt(const_cast<VariableArrayType *>(VLAType), in setCapturedVLAType()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp786 Callback.setPointerAndInt(CB, Index); \
824 Callback.setPointerAndInt(nullptr, 0); in reset()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h534 dictionarySorted.setPointerAndInt(nullptr, false); in append()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6587 Device.setPointerAndInt(C->getDevice(), C->getModifier()); in emitCommonOMPTargetDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp1482 Data.RefExpr.setPointerAndInt(E, IsLastprivate); in addDSA()
1489 Data.RefExpr.setPointerAndInt(PrivateCopy, IsLastprivate); in addDSA()