Home
last modified time | relevance | path

Searched defs:implicit (Results 1 – 11 of 11) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dintrinsics02.f9032 module implicit module
/llvm-project/clang/test/Index/Core/
H A Dindex-source.m401 + (int)implicit; class
428 - (int)implicit; method
/llvm-project/clang/test/Index/
H A Dcomplete-properties.m104 + (int)implicit; class
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp23.cpp20 auto implicit = [&] { print(values...); }; in implicit_capture() local
/llvm-project/clang/test/SemaObjC/
H A Darc-property-lifetime.m154 - (id) implicit; method
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-exprs.cpp44 void implicit(typename enable_if< O <= 4 >::type* = 0) { in implicit() function
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h245 std::list<ClauseTy> implicit; // Container for materialized implicit clauses. global() member
/llvm-project/flang/lib/Lower/
H A DOpenACC.cpp84 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 DConvertExpr.cpp3738 Fortran::lower::ImplicitIterSpace implicit; lowerScalarUserAssignment() local
[all...]
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp1323 bool implicit = mapTypeToBitFlag( verifyMapClause() local
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp2935 auto implicit{llvm::TypeSwitch<mlir::Operation *, bool>(accDataEntryOp) getImplicitFlag() local