/llvm-project/flang/test/Semantics/ |
H A D | intrinsics02.f90 | 32 module implicit module
|
/llvm-project/clang/test/Index/Core/ |
H A D | index-source.m | 401 + (int)implicit; class 428 - (int)implicit; method
|
/llvm-project/clang/test/Index/ |
H A D | complete-properties.m | 104 + (int)implicit; class
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | p23.cpp | 20 auto implicit = [&] { print(values...); }; in implicit_capture() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | arc-property-lifetime.m | 154 - (id) implicit; method
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-exprs.cpp | 44 void implicit(typename enable_if< O <= 4 >::type* = 0) { in implicit() function
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructDecompositionT.h | 245 std::list<ClauseTy> implicit; // Container for materialized implicit clauses. global() member
|
/llvm-project/flang/lib/Lower/ |
H A D | OpenACC.cpp | 84 createDataEntryOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value baseAddr,std::stringstream & name,mlir::SmallVector<mlir::Value> bounds,bool structured,bool implicit,mlir::acc::DataClause dataClause,mlir::Type retTy,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,mlir::Value isPresent={}) createDataEntryOp() argument 326 genDataOperandOperations(const Fortran::parser::AccObjectList & objectList,Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,llvm::SmallVectorImpl<mlir::Value> & dataOperands,mlir::acc::DataClause dataClause,bool structured,bool implicit,llvm::ArrayRef<mlir::Value> async,llvm::ArrayRef<mlir::Attribute> asyncDeviceTypes,llvm::ArrayRef<mlir::Attribute> asyncOnlyDeviceTypes,bool setDeclareAttr=false) genDataOperandOperations() argument 368 genDeclareDataOperandOperations(const Fortran::parser::AccObjectList & objectList,Fortran::lower::AbstractConverter & converter,Fortran::semantics::SemanticsContext & semanticsContext,Fortran::lower::StatementContext & stmtCtx,llvm::SmallVectorImpl<mlir::Value> & dataOperands,mlir::acc::DataClause dataClause,bool structured,bool implicit) genDeclareDataOperandOperations() argument 3393 createDeclareGlobalOp(mlir::OpBuilder & modBuilder,fir::FirOpBuilder & builder,mlir::Location loc,fir::GlobalOp globalOp,mlir::acc::DataClause clause,const std::string & declareGlobalName,bool implicit,std::stringstream & asFortran) createDeclareGlobalOp() argument [all...] |
H A D | ConvertExpr.cpp | 3738 Fortran::lower::ImplicitIterSpace implicit; lowerScalarUserAssignment() local [all...] |
/llvm-project/mlir/lib/Dialect/OpenMP/IR/ |
H A D | OpenMPDialect.cpp | 1323 bool implicit = mapTypeToBitFlag( verifyMapClause() local
|
/llvm-project/mlir/lib/Dialect/OpenACC/IR/ |
H A D | OpenACC.cpp | 2935 auto implicit{llvm::TypeSwitch<mlir::Operation *, bool>(accDataEntryOp) getImplicitFlag() local
|