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

1234567891011>>

/macosx-10.10/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/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/WebCore-7600.1.25/css/
H A DMediaFeatureNames.h29 #define CSS_MEDIAQUERY_VIEW_MODE(macro) macro(view_mode, "-webkit-view-mode")
31 #define CSS_MEDIAQUERY_VIEW_MODE(macro)
34 #define CSS_MEDIAQUERY_NAMES_FOR_EACH_MEDIAFEATURE(macro) \
35 macro(color, "color") \
36 macro(color_index, "color-index") \
37 macro(grid, "grid") \
38 macro(monochrome, "monochrome") \
39 macro(height, "height") \
40 macro(hove
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DEventNames.h30 #define DOM_EVENT_NAMES_FOR_EACH(macro) \
32 macro(abort) \
33 macro(beforecopy) \
34 macro(beforecut) \
35 macro(beforeload) \
36 macro(beforepaste) \
37 macro(beforeunload) \
38 macro(blocked) \
39 macro(blur) \
40 macro(cache
[all...]
/macosx-10.10/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/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/WebCore-7600.1.25/bindings/gobject/
H A DWebKitDOMHTMLPrivate.cpp160 // macro(TagName, ElementName)
163 #define FOR_EACH_HTML_VIDEO_TAG(macro) \
164 macro(audio, Audio) \
165 macro(video, Video)
167 #define FOR_EACH_HTML_VIDEO_TAG(macro)
170 #define FOR_EACH_HTML_TAG(macro) \
171 FOR_EACH_HTML_VIDEO_TAG(macro) \
172 macro(a, Anchor) \
173 macro(applet, Applet) \
174 macro(are
[all...]
/macosx-10.10/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/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/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/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/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/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/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/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/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/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/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]

Completed in 191 milliseconds

1234567891011>>