Searched refs:setPointerAndInt (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | PointerIntPair.h | 89 setPointerAndInt(PtrVal, IntVal); in PointerIntPair() 110 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) & { in setPointerAndInt() function
|
| H A D | FunctionExtras.h | 279 CallbackAndInlineFlag.setPointerAndInt(
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 115 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/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 554 Last->Next.setPointerAndInt(&N, false); in push_back() 564 N.Next.setPointerAndInt(Last->Next.getPointer(), false); in push_front() 565 Last->Next.setPointerAndInt(&N, true); in push_front() 600 TmpNode->Next.setPointerAndInt(TmpNode, true); in takeNodes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 104 Val.setPointerAndInt(&File.getMapEntry(), intVal);
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | GlobalDecl.h | 75 Value.setPointerAndInt(D, unsigned(getDefaultKernelReference(D))); in MultiVersionIndex()
|
| H A D | Expr.h | 6603 ExprAndFlag.setPointerAndInt(CopyExpr, CanThrow); in setExprAndFlag()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | IdentifierTable.h | 1008 InfoPtr.setPointerAndInt(II, nArgs + 1); in Selector() 1015 InfoPtr.setPointerAndInt(SI, MultiArg & 0b11); in Selector()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 799 Callback.setPointerAndInt(CB, Index); \ 837 Callback.setPointerAndInt(nullptr, 0); in reset()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1803 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow() 1810 CachedSuperClassType.setPointerAndInt(superClassObjTy, true); in computeSuperClassTypeSlow() 1818 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow() 1829 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow() 1837 CachedSuperClassType.setPointerAndInt( in computeSuperClassTypeSlow()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFunctionEffects.cpp | 73 void setKind(Kind K) { Impl.setPointerAndInt(nullptr, K); } in setKind()
|
| H A D | SemaOpenMP.cpp | 1514 Data.RefExpr.setPointerAndInt(E, IsLastprivate); in addDSA() 1521 Data.RefExpr.setPointerAndInt(PrivateCopy, IsLastprivate); in addDSA()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 6911 Device.setPointerAndInt(C->getDevice(), C->getModifier()); in emitCommonOMPTargetDirective()
|