Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DPointerIntPairTest.cpp34 Pair.setPointerAndInt(&s, 3U); in TEST()
61 Pair2.setPointerAndInt(&s, E::Case3); in TEST()
100 pair.setPointerAndInt({ 0x7FFFFFFF }, true ); in TEST()
/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.h279 CallbackAndInlineFlag.setPointerAndInt(
/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 =()
/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()
/llvm-project/mlir/lib/IR/
H A DOperationSupport.cpp36 dictionarySorted.setPointerAndInt(attributes, true); in NamedAttrList()
51 dictionarySorted.setPointerAndInt(nullptr, true); in findDuplicate()
58 dictionarySorted.setPointerAndInt(nullptr, true); in getDictionary()
68 dictionarySorted.setPointerAndInt(nullptr, true); in append()
/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h104 Val.setPointerAndInt(&File.getMapEntry(), intVal); in getNotFound()
/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h77 Value.setPointerAndInt(D, unsigned(getDefaultKernelReference(D))); in MultiVersionIndex()
H A DExpr.h6465 ExprAndFlag.setPointerAndInt(CopyExpr, CanThrow);
/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1000 InfoPtr.setPointerAndInt(II, nArgs + 1); in Selector()
1007 InfoPtr.setPointerAndInt(SI, MultiArg & 0b11); in Selector()
/llvm-project/mlir/include/mlir/IR/
H A DOperationSupport.h848 dictionarySorted.setPointerAndInt(nullptr, false); in append()
862 dictionarySorted.setPointerAndInt(nullptr, false);
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp798 Callback.setPointerAndInt(CB, Index); \
836 Callback.setPointerAndInt(nullptr, 0); in reset()
/llvm-project/clang/lib/AST/
H A DType.cpp1791 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
1798 CachedSuperClassType.setPointerAndInt(superClassObjTy, true); in getInterfaceType()
1806 CachedSuperClassType.setPointerAndInt(
1817 CachedSuperClassType.setPointerAndInt( in getAsObjCQualifiedInterfaceType()
1826 CachedSuperClassType.setPointerAndInt( in isObjCQualifiedInterfaceType()
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6820 Device.setPointerAndInt(C->getDevice(), C->getModifier()); in emitTargetTeamsRegion()
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1506 Data.RefExpr.setPointerAndInt(E, IsLastprivate); in getParentLoopControlVariable()
1513 Data.RefExpr.setPointerAndInt(PrivateCopy, IsLastprivate); in addDSA()