Searched refs:string (Results 526 - 550 of 6301) sorted by relevance

<<21222324252627282930>>

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunctionPass.h52 const std::string &Banner) const;
/freebsd-10.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h30 #include <string>
138 std::string *ErrorStr,
144 std::string *ErrorStr,
148 static ExecutionEngine *(*InterpCtor)(Module *M, std::string *ErrorStr);
153 void *(*LazyFunctionCreator)(const std::string &);
188 std::string *ErrorStr = 0,
200 std::string *ErrorStr = 0,
242 virtual void *getPointerToNamedFunction(const std::string &Name,
277 int runFunctionAsMain(Function *Fn, const std::vector<std::string> &argv,
430 void InstallLazyFunctionCreator(void* (*P)(const std::string
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DGraphWriter.h36 std::string EscapeString(const std::string &Label);
38 /// \brief Get a color string for this node number. Simply round-robin selects
68 // edge labels not equal to the empty string "".
75 std::string label = DTraits.getEdgeSourceLabel(Node, EI);
99 void writeGraph(const std::string &Title = "") {
113 void writeHeader(const std::string &Title) {
114 std::string GraphName = DTraits.getGraphName(G);
168 std::string NodeAttributes = DTraits.getNodeAttributes(Node, G);
181 std::string NodeDes
[all...]
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.h21 #include <string>
39 std::string StrVal;
57 const std::string &getStrVal() const { return StrVal; }
66 std::string getFilename() const;
/freebsd-10.0-release/contrib/llvm/lib/IRReader/
H A DIRReader.cpp33 std::string ErrMsg;
48 Module *llvm::getLazyIRFileModule(const std::string &Filename, SMDiagnostic &Err,
66 std::string ErrMsg;
79 Module *llvm::ParseIRFile(const std::string &Filename, SMDiagnostic &Err,
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DSystemUtils.cpp38 /// directory. An empty string is returned on error; note that this function
41 sys::Path llvm::PrependMainExecutablePath(const std::string &ExeName,
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentBriefParser.h48 std::string Parse();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h23 #include <string>
72 std::string ObjCConstantStringClass;
78 std::string OverflowHandler;
81 std::string CurrentModule;
/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DTableGenBackends.h16 #include <string>
30 const std::string &N, const std::string &S);
47 const std::string &Component);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRegularExpression.h17 #include <string>
72 GetMatchAtIndex (const char* s, uint32_t idx, std::string& match_str) const;
99 /// A c string that represents the regular expression to
135 /// A NULL terminated C string that represents the regular
156 /// string \a s. If any parens are used for regular expression
161 /// @param[in] string
162 /// The string to match against the compile regular expression.
173 /// \b true if \a string matches the compiled regular
177 Execute (const char* string, Match *match = NULL, int execute_flags = 0) const;
198 /// The NULL terminated C string tha
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueBoolean.cpp62 error.SetErrorString ("invalid boolean string value: NULL");
64 error.SetErrorString ("invalid boolean string value <empty>");
66 error.SetErrorStringWithFormat ("invalid boolean string value: '%s'", value_cstr);
99 const char *string; member in struct:StringEntry
121 if (::strncasecmp(s, g_autocomplete_entries[i].string, s_len) == 0)
122 matches.AppendString(g_autocomplete_entries[i].string);
129 matches.AppendString(g_autocomplete_entries[i].string);
/freebsd-10.0-release/contrib/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp27 #include <string>
60 static cl::opt<std::string> LeftFilename(cl::Positional,
63 static cl::opt<std::string> RightFilename(cl::Positional,
66 static cl::list<std::string> GlobalsToCompare(cl::Positional,
/freebsd-10.0-release/contrib/ngatm/libngatm/
H A Dcccust.h39 #include <string.h>
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_zexit.c23 #include <string.h>
/freebsd-10.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_types_osd.h67 #include <string.h>
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_mcm_info.h46 #include <string.h>
/freebsd-10.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_findenv.c42 #include <string.h>
H A Dpam_get_data.c42 #include <string.h>
83 * the string specified by the =module_data_name argument, in the PAM
/freebsd-10.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_macros.h10 #include <string.h>
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dstrerror.c25 #include <sm/string.h>
37 ** STRERROR -- return error message string corresponding to an error number.
43 ** Error string (might be pointer to static buffer).
H A Dt-path.c13 #include <string.h>
/freebsd-10.0-release/contrib/tcpdump/missing/
H A Dstrlcpy.c42 #include <string.h>
45 * Copy src to string dst of size siz. At most siz-1 characters
H A Dstrsep.c45 #include <string.h>
48 * Get next token from string *stringp, where tokens are possibly-empty
51 * Writes NULs into the string at *stringp to end tokens.
/freebsd-10.0-release/contrib/xz/src/common/
H A Dtuklib_progname.c14 #include <string.h>
/freebsd-10.0-release/crypto/heimdal/lib/com_err/
H A Dparse.h69 char *string; member in union:YYSTYPE

Completed in 224 milliseconds

<<21222324252627282930>>