Searched refs:macro (Results 1 - 25 of 463) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCommonIdentifiers.h27 // MarkedArgumentBuffer of property names, passed to a macro so we can do set them up various
29 #define JSC_COMMON_IDENTIFIERS_EACH_PROPERTY_NAME(macro) \
30 macro(ArgumentsIterator) \
31 macro(Array) \
32 macro(ArrayBuffer) \
33 macro(ArrayIterator) \
34 macro(BYTES_PER_ELEMENT) \
35 macro(Boolean) \
36 macro(Date) \
37 macro(Erro
[all...]
H A DSmallStrings.h33 #define JSC_COMMON_STRINGS_EACH_NAME(macro) \
34 macro(boolean) \
35 macro(false) \
36 macro(function) \
37 macro(number) \
38 macro(null) \
39 macro(object) \
40 macro(undefined) \
41 macro(string) \
42 macro(tru
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntOpcode.h31 #define FOR_EACH_LLINT_NOJIT_NATIVE_HELPER(macro) \
32 FOR_EACH_CLOOP_BYTECODE_HELPER_ID(macro)
36 #define FOR_EACH_LLINT_NOJIT_NATIVE_HELPER(macro) \
42 #define FOR_EACH_LLINT_NATIVE_HELPER(macro) \
43 FOR_EACH_LLINT_NOJIT_NATIVE_HELPER(macro) \
45 FOR_EACH_BYTECODE_HELPER_ID(macro)
49 #define FOR_EACH_LLINT_OPCODE_EXTENSION(macro) FOR_EACH_LLINT_NATIVE_HELPER(macro)
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGNodeType.h35 // This macro defines a set of information about all known node types, used to populate NodeId, NodeType below.
36 #define FOR_EACH_DFG_OP(macro) \
38 macro(JSConstant, NodeResultJS | NodeDoesNotExit) \
41 macro(DoubleConstant, NodeResultDouble | NodeDoesNotExit) \
42 macro(Int52Constant, NodeResultInt52 | NodeDoesNotExit) \
46 macro(WeakJSConstant, NodeResultJS | NodeDoesNotExit) \
51 macro(Identity, NodeResultJS) \
54 macro(ToThis, NodeResultJS) \
55 macro(CreateThis, NodeResultJS) /* Note this is not MustGenerate since we're returning it anyway. */ \
56 macro(GetCalle
[all...]
H A DDFGAbstractHeap.h42 #define FOR_EACH_ABSTRACT_HEAP_KIND(macro) \
43 macro(InvalidAbstractHeap) \
44 macro(World) \
45 macro(Arguments_numArguments) \
46 macro(Arguments_overrideLength) \
47 macro(Arguments_registers) \
48 macro(Arguments_slowArguments) \
49 macro(ArrayBuffer_data) \
50 macro(Butterfly_arrayBuffer) \
51 macro(Butterfly_publicLengt
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DForEachCoClass.h35 #define WEB_DATABASE_MANAGER(macro) macro(WebDatabaseManager)
37 #define WEB_DATABASE_MANAGER(macro)
40 // Items may only be added to the end of this macro. No items may be removed from it.
41 #define FOR_EACH_COCLASS(macro) \
42 macro(CFDictionaryPropertyBag) \
43 macro(WebCache) \
44 WEB_DATABASE_MANAGER(macro) \
45 macro(WebDownload) \
46 macro(WebErro
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebPreferencesDefinitions.h29 // macro(KeyUpper, KeyLower, TypeNameUpper, TypeName, DefaultValue)
97 #define FOR_EACH_WEBKIT_BOOL_PREFERENCE(macro) \
98 macro(JavaScriptEnabled, javaScriptEnabled, Bool, bool, true) \
99 macro(JavaScriptMarkupEnabled, javaScriptMarkupEnabled, Bool, bool, true) \
100 macro(LoadsImagesAutomatically, loadsImagesAutomatically, Bool, bool, true) \
101 macro(LoadsSiteIconsIgnoringImageLoadingPreference, loadsSiteIconsIgnoringImageLoadingPreference, Bool, bool, false) \
102 macro(PluginsEnabled, pluginsEnabled, Bool, bool, false) \
103 macro(JavaEnabled, javaEnabled, Bool, bool, false) \
104 macro(JavaEnabledForLocalFiles, javaEnabledForLocalFiles, Bool, bool, false) \
105 macro(OfflineWebApplicationCacheEnable
[all...]
/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest13.conf3 Warning "macro FOO line 1"
7 Warning "macro bla line 1"
8 </macro>
12 <macro foo>
13 Warning "redefined macro foo line 1"
14 </macro>
H A Dtest15.conf2 <macro test>
4 </macro>
/macosx-10.10.1/JavaScriptCore-7600.1.17/llvm/
H A DLLVMAPIFunctions.h31 #define FOR_EACH_LLVM_API_FUNCTION(macro) \
32 macro(void, InitializeCore, (LLVMPassRegistryRef R)) \
33 macro(void, Shutdown, ()) \
34 macro(char *, CreateMessage, (const char *Message)) \
35 macro(void, DisposeMessage, (char *Message)) \
36 macro(void, InstallFatalErrorHandler, (LLVMFatalErrorHandler Handler)) \
37 macro(LLVMContextRef, ContextCreate, (void)) \
38 macro(LLVMContextRef, GetGlobalContext, (void)) \
39 macro(void, ContextDispose, (LLVMContextRef C)) \
40 macro(unsigne
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLAbstractHeapRepository.h37 #define FOR_EACH_ABSTRACT_HEAP(macro) \
38 macro(length) \
39 macro(structureTable) \
40 macro(typedArrayProperties) \
41 macro(WriteBarrierBuffer_bufferContents)
43 #define FOR_EACH_ABSTRACT_FIELD(macro) \
44 macro(ArrayBuffer_data, ArrayBuffer::offsetOfData()) \
45 macro(Butterfly_arrayBuffer, Butterfly::offsetOfArrayBuffer()) \
46 macro(Butterfly_publicLength, Butterfly::offsetOfPublicLength()) \
47 macro(Butterfly_vectorLengt
[all...]
H A DFTLIntrinsicRepository.h37 #define FOR_EACH_FTL_INTRINSIC(macro) \
38 macro(addWithOverflow32, "llvm.sadd.with.overflow.i32", functionType(structType(m_context, int32, boolean), int32, int32)) \
39 macro(addWithOverflow64, "llvm.sadd.with.overflow.i64", functionType(structType(m_context, int64, boolean), int64, int64)) \
40 macro(doubleAbs, "llvm.fabs.f64", functionType(doubleType, doubleType)) \
41 macro(doubleSin, "llvm.sin.f64", functionType(doubleType, doubleType)) \
42 macro(doubleCos, "llvm.cos.f64", functionType(doubleType, doubleType)) \
43 macro(doubleSqrt, "llvm.sqrt.f64", functionType(doubleType, doubleType)) \
44 macro(frameAddress, "llvm.frameaddress", functionType(pointerType(int8), int32)) \
45 macro(mulWithOverflow32, "llvm.smul.with.overflow.i32", functionType(structType(m_context, int32, boolean), int32, int32)) \
46 macro(mulWithOverflow6
[all...]
/macosx-10.10.1/swig-12/Lib/php/
H A Dfactory.i72 /* for loop for macro with one argument */
73 %define %_formacro_1(macro, arg1,...)macro(arg1)
75 %_formacro_1(macro, __VA_ARGS__)
79 /* for loop for macro with one argument */
80 %define %formacro_1(macro,...)%_formacro_1(macro,__VA_ARGS__,__fordone__)%enddef
81 %define %formacro(macro,...)%_formacro_1(macro,__VA_ARGS__,__fordone__)%enddef
83 /* for loop for macro wit
[all...]
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Drequest.h24 class macro;
30 virtual macro *to_macro();
47 class macro : public request_or_macro { class in inherits:request_or_macro
55 macro();
56 ~macro();
57 macro(const macro &);
58 macro(int);
59 macro &operator=(const macro
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/efl/
H A DUniquePtrEfl.h47 #define FOR_EACH_EFL_DELETER(macro) \
48 macro(Ecore_Evas, ecore_evas_free) \
49 macro(Ecore_IMF_Context, ecore_imf_context_del) \
50 macro(Ecore_Pipe, ecore_pipe_del) \
51 macro(Eina_Hash, eina_hash_free) \
52 macro(Eina_Module, eina_module_free) \
53 macro(Evas_Object, evas_object_del) \
54 macro(Evas_GL, evas_gl_free)
/macosx-10.10.1/man-16/man/misc/
H A Dmanlint91 'de' => 1, # Handling 'macro define' is a pain, but many pages require it.
137 my $macro;
140 $macro=$1;
142 $macro =~ s/\s//g;
143 print "Found macro: #${macro}#\n" if $debug;
144 if ($macro =~ m/Dd/) { # Is this the BSD macro set and not a tmac.an set?
152 if ($macro =~ m/\\"/) {return;} # Skip troff comments.
153 if (exists($defined_macros{$macro})) {
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Config/
H A DAsmParsers.def.in12 |* the LLVM_ASM_PARSER macro to be a function-like macro with a *|
24 # error Please define the macro LLVM_ASM_PARSER(TargetName)
H A DAsmPrinters.def.in12 |* the LLVM_ASM_PRINTER macro to be a function-like macro with a *|
24 # error Please define the macro LLVM_ASM_PRINTER(TargetName)
H A DDisassemblers.def.in12 |* the LLVM_DISASSEMBLER macro to be a function-like macro with a *|
24 # error Please define the macro LLVM_DISASSEMBLER(TargetName)
H A DTargets.def.in12 |* LLVM_TARGET macro to be a function-like macro with a single *|
23 # error Please define the macro LLVM_TARGET(TargetName)
/macosx-10.10.1/apache-793/httpd/build/
H A Dmake_var_export.awk29 macro_stack[macro_no++] = macro
30 macro = substr($0, length($1)+2)
32 line = line "#ifdef " macro "\n"
39 line = line "#endif /* " macro " */\n"
40 macro = macro_stack[--macro_no]
/macosx-10.10.1/apr-32/apr/apr/build/
H A Dmake_var_export.awk13 macro_stack[macro_no++] = macro
14 macro = substr($0, length($1)+2)
16 line = line "#ifdef " macro "\n"
23 line = line "#endif /* " macro " */\n"
24 macro = macro_stack[--macro_no]
/macosx-10.10.1/WTF-7600.1.24/wtf/gobject/
H A DGUniquePtr.h39 #define FOR_EACH_GLIB_DELETER(macro) \
40 macro(GError, g_error_free) \
41 macro(GList, g_list_free) \
42 macro(GSList, g_slist_free) \
43 macro(GPatternSpec, g_pattern_spec_free) \
44 macro(GDir, g_dir_close) \
45 macro(GTimer, g_timer_destroy) \
46 macro(GKeyFile, g_key_file_free)
/macosx-10.10.1/apache-793/httpd/modules/core/
H A Dmod_macro.c57 this is a macro: name, arguments, contents, location.
61 char *name; /* lower case name of the macro */
62 apr_array_header_t *arguments; /* of char*, macro parameter names */
63 apr_array_header_t *contents; /* of char*, macro body */
64 char *location; /* of macro definition, for error messages */
87 hash type: (char *) name -> (ap_macro_t *) macro
238 generates an error on macro with two arguments of the same name.
239 generates an error if a macro argument name is empty.
244 const ap_macro_t * macro)
246 char **tab = (char **) macro
243 check_macro_arguments(apr_pool_t * pool, const ap_macro_t * macro) argument
420 substitute_macro_args( char *buf, int bufsize, const ap_macro_t * macro, const apr_array_header_t * replacements, apr_array_header_t * used) argument
460 process_content(apr_pool_t * pool, const ap_macro_t * macro, const apr_array_header_t * replacements, apr_array_header_t * used, apr_array_header_t ** result) argument
499 check_macro_contents(apr_pool_t * pool, const ap_macro_t * macro) argument
701 ap_macro_t *macro; local
809 ap_macro_t *macro; local
889 ap_macro_t *macro; local
945 AP_DECLARE_MODULE(macro) = { variable
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DOpcode.h43 #define FOR_EACH_CORE_OPCODE_ID_WITH_EXTENSION(macro, extension__) \
44 FOR_EACH_BYTECODE_ID(macro) \
47 #define FOR_EACH_CORE_OPCODE_ID(macro) \
48 FOR_EACH_CORE_OPCODE_ID_WITH_EXTENSION(macro, /* No extension */ )
50 #define FOR_EACH_OPCODE_ID(macro) \
52 macro, \
53 FOR_EACH_LLINT_OPCODE_EXTENSION(macro) \

Completed in 296 milliseconds

1234567891011>>