Home
last modified time | relevance | path

Searched defs:setBase (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp220 mlir::Value setBase, mlir::Value setLen, in genScan()
257 mlir::Value stringLen, mlir::Value setBase, in genVerify()
/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp165 mlir::Value setBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenScan() local
199 mlir::Value setBase = builder.create<fir::UndefOp>(loc, boxTy); in checkGenVerify() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h88 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function
169 void setBase(Expr *Op) { getTrailingObjects<Expr *>()[NumDims] = Op; } in setBase() function
H A DExprObjC.h582 void setBase(Expr * base) { Base = base; } in setBase() function
822 void setBase(Expr *Base) { Receiver = Base; } in setBase() function
1506 void setBase(Expr *E) { Base = E; } in setBase() function
H A DExpr.h2751 void setBase(Expr *E) { SubExprs[BASE] = E; } in setBase() function
3240 void setBase(Expr *E) { Base = E; } in setBase() function
5387 void setBase(Expr *Base) { BaseAndUpdaterExprs[0] = Base; } in setBase() function
5929 void setBase(Expr *E) { Base = E; } in setBase() function
H A DExprCXX.h1002 void setBase(Expr *Base) { SubExprs[BASE_EXPR] = Base; } in setBase() function
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp87 void setBase(int Value) { in setBase() function in __anond2face1f0111::MOVEMState
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp208 void setBase(const Value *NewBase) { Base = NewBase; } in setBase() function in __anon4a46d7eb0111::GuardWideningImpl::RangeCheck
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3709 mlir::Value setBase = fir::getBase(args[1]); in genScan() local
4346 mlir::Value setBase = fir::getBase(args[1]); in genVerify() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp959 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon2e76b3e50111::TemplateInstantiator
H A DSemaTemplate.cpp10881 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anoncd9c0a411111::CurrentInstantiationRebuilder
H A DTreeTransform.h189 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function