Home
last modified time | relevance | path

Searched defs:define (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/
H A Dmacros.swig1 %define STRING_EXTENSION_LEVEL_OUTSIDE(Class, Level) macro
16 %define STRING_EXTENSION_OUTSIDE(Class) macro
/freebsd/usr.bin/rpcgen/
H A Drpc_main.c383 open_input(const char *infile, const char *define) in open_input()
463 c_output(const char *infile, const char *define, int extend, const char *outfile) in c_output()
567 h_output(const char *infile, const char *define, int extend, const char *outfile, int headeronly) in h_output()
655 s_output(int argc, const char *argv[], const char *infile, const char *define, in s_output()
742 l_output(const char *infile, const char *define, int extend, const char *outfile) in l_output()
773 t_output(const char *infile, const char *define, int extend, const char *outfile) in t_output()
795 svc_output(const char *infile, const char *define, int extend, const char *outfile) in svc_output()
828 clnt_output(const char *infile, const char *define, int extend, const char *outfile) in clnt_output()
/freebsd/contrib/bc/gen/
H A Dstrgen.c341 const char* define; in main() local
/freebsd/contrib/kyua/utils/config/
H A Dnodes.cpp335 config::detail::static_inner_node::define(const tree_key& key, in define() function in config::detail::static_inner_node
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h90 int define; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1843 Error JITDylib::define(std::unique_ptr<MaterializationUnitType> &&MU, in define() function
1886 Error JITDylib::define(std::unique_ptr<MaterializationUnitType> &MU, in define() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp191 std::string define = std::string(getARCMTMacroName()); in createInvocationForMigration() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2313 auto define = [=](StringRef start, StringRef end, OutputSection *os) { in addStartEndSymbols() local