Searched defs:define (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Ddebug.h34 void (* define) (unsigned int line, const char *text); member in struct:gcc_debug_hooks
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Ddictionary.cpp173 void object_dictionary::define(symbol nm, object *obj) function in class:object_dictionary
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp193 std::string define = getARCMTMacroName(); local
/freebsd-11.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h90 int define; member in struct:const_info
/freebsd-11.0-release/usr.bin/rpcgen/
H A Drpc_main.c315 open_input(const char *infile, const char *define) argument
395 c_output(const char *infile, const char *define, int extend, const char *outfile) argument
497 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) argument
583 s_output(int argc, const char *argv[], const char *infile, const char *define, int extend, const char *outfile, int nomain, int netflag) argument
670 l_output(const char *infile, const char *define, int extend, const char *outfile) argument
701 t_output(const char *infile, const char *define, int extend, const char *outfile) argument
723 svc_output(const char *infile, const char *define, int extend, const char *outfile) argument
756 clnt_output(const char *infile, const char *define, int extend, const char *outfile) argument
[all...]
/freebsd-11.0-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h476 void (*define) (cpp_reader *, unsigned int, cpp_hashnode *); member in struct:cpp_callbacks
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/
H A DGoAST.h242 explicit GoASTAssignStmt(bool define) : GoASTStmt(eAssignStmt), m_define(define) {} argument
295 SetDefine(bool define) argument
1941 GoASTRangeStmt(GoASTExpr *key, GoASTExpr *value, bool define, GoASTExpr *x, GoASTBlockStmt *body) : GoASTStmt(eRangeStmt), m_key_up(key), m_value_up(value), m_define(define), m_x_up(x), m_body_up(body) {} argument
1984 SetDefine(bool define) argument

Completed in 189 milliseconds