Searched defs:Path (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-10-stable/contrib/bmake/
H A Ddir.h81 typedef struct Path { struct
87 } Path; typedef in typeref:struct:Path
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp19 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { argument
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DBinary.cpp113 error_code object::createBinary(StringRef Path, OwningPtr<Binary> &Result) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DFileSystemStatCache.cpp52 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, argument
120 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile, argument
H A DVersion.cpp93 std::string Path = getClangRepositoryPath(); local
98 OS << Path; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp199 const std::string &Path = Clang->getFrontendOpts().Plugins[i]; local
/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c155 char *Path; local
[all...]
H A Ddsfield.c96 AcpiDsCreateExternalRegion( ACPI_STATUS LookupStatus, ACPI_PARSE_OBJECT *Op, char *Path, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE **Node) argument
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DPath.h51 StringRef Path; ///< The entire path. member in class:llvm::sys::path::const_iterator
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp23 FileOutputBuffer(mapped_file_region * R, StringRef Path, StringRef TmpPath) argument
/freebsd-10-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Doslibcfs.c67 AcpiOsOpenFile( const char *Path, UINT8 Modes) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp78 SmallString<128> Path; local
81 Path); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DFileMatchTrie.cpp154 std::string Path; member in class:clang::tooling::FileMatchTrieNode
[all...]
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
H A Duteval.c73 AcpiUtEvaluateObject( ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, UINT32 ExpectedReturnBtypes, ACPI_OPERAND_OBJECT **ReturnDesc) argument
H A Duterror.c293 AcpiUtMethodError( const char *ModuleName, UINT32 LineNumber, const char *Message, ACPI_NAMESPACE_NODE *PrefixNode, const char *Path, ACPI_STATUS MethodStatus) argument
H A Dutmisc.c401 AcpiUtDisplayInitPathname( UINT8 Type, ACPI_NAMESPACE_NODE *ObjHandle, const char *Path) argument
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsaccess.c301 char *Path = Pathname; local
[all...]
H A Dnsxfname.c601 char *Path; local
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslload.c348 char *Path; local
805 char *Path; local
[all...]
H A Daslopt.c122 char *Path; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSpecialCaseList.cpp74 SpecialCaseList *SpecialCaseList::createOrDie(const StringRef Path) { argument
54 create( const StringRef Path, std::string &Error) argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileSystemStatCache.h83 LookupResult statChained(const char *Path, FileData &Data, bool isFile, argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h48 std::string Path; member in struct:clang::HeaderSearchOptions::Entry
151 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, argument
/freebsd-10-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c260 char *Path; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/bugpoint/
H A DExecutionDriver.cpp204 std::string Path = SafeInterpreterPath; local

Completed in 136 milliseconds

1234