Home
last modified time | relevance | path

Searched defs:open (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/tools/scan-view/share/
H A Dstartfile.py26 def open(self, filename): member in BaseController
81 def open(self, filename): member in Controller
99 def open(sel member in Start
213 def open(filename): global() function
[all...]
/llvm-project/flang/runtime/
H A Dio-api.cpp685 auto *open{io.get_if<OpenStatementState>()}; IODEF() local
721 auto *open{io.get_if<OpenStatementState>()}; IODEF() local
766 if (auto *open{io.get_if<OpenStatementState>()}) { IODEF() local
791 auto *open{io.get_if<OpenStatementState>()}; IODEF() local
822 auto *open{io.get_if<OpenStatementState>()}; IODEF() local
847 auto *open{io.get_if<OpenStatementState>()}; IODEF() local
878 auto *open{io.get_if<OpenStatementState>()}; IODEF() local
907 auto *open{io.get_if<OpenStatementState>()}; IODEF() local
939 auto *open{io.get_if<OpenStatementState>()}; IODEF() local
966 if (auto *open{io.get_if<OpenStatementState>()}) { IODEF() local
1020 if (auto *open{io.get_if<OpenStatementState>()}) { IODEF() local
1037 auto *open{io.get_if<OpenStatementState>()}; IODEF() local
[all...]
/llvm-project/libc/src/__support/File/
H A Ddir.cpp18 ErrorOr<Dir *> Dir::open(const char *path) { open() function in LIBC_NAMESPACE::Dir
/llvm-project/lldb/packages/Python/lldbsuite/support/
H A Dencoded_file.py35 def open( function
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dmakefile21 open: target
H A Dtestfilerunner.h90 bool open; // this problem is still open - e.g. unresolved local
/llvm-project/libc/src/spawn/linux/
H A Dposix_spawn.cpp38 cpp::optional<int> open(const char *path, int oflags, mode_t mode) { open() function
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorDylibManager.cpp25 SimpleExecutorDylibManager::open(const std::string &Path, uint64_t Mode) { open() function in llvm::orc::rt_bootstrap::SimpleExecutorDylibManager
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp74 Expected<tpctypes::DylibHandle> EPCGenericDylibManager::open(StringRef Path, in open() function in llvm::orc::EPCGenericDylibManager
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp114 int open(const char *filename, int flags, ...) { in open() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp132 std::error_code LVSplitContext::open(std::string ContextName, open() function in LVSplitContext
/llvm-project/libc/src/__support/RPC/
H A Drpc.h
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp301 Expected<InputFile> InputFile::open(StringRef Path, bool AllowUnknownFile) { in open() function in InputFile
/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp749 void open(NodeId Id) { in open() function in clang::diff::__anonef34e5090611::PriorityList
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp907 PutShape(llvm::raw_ostream & os,const ArraySpec & shape,char open,char close) PutShape() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1664 TSAN_INTERCEPTOR(int,open,const char * name,int oflag,...) TSAN_INTERCEPTOR() argument