/external/clang/test/CodeGen/ |
H A D | windows-itanium.c | 7 int function() { function 11 // CHECK-C: define i32 @function() {{.*}} {
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
H A D | IntStream.as | 33 function consume():void; 40 function LA(i:int):int; 49 function mark():int; 55 function get index():int; 65 function rewindTo(marker:int):void; 76 function rewind():void; 86 function release(marker:int):void; 108 function seek(index:int):void; 114 function get size():int; 120 function ge [all...] |
H A D | Token.as | 32 function get text():String; 33 function set text(text:String):void; 35 function get type():int; 36 function set type(ttype:int):void; 39 function get line():int; 40 function set line(line:int):void; 43 function get charPositionInLine():int; 44 function set charPositionInLine(pos:int):void; 46 function get channel():int; 47 function se [all...] |
H A D | CharStream.as | 36 function substring(start:int, stop:int):String; 43 function LT(i:int):int; 46 function get line():int; 49 function set line(line:int):void; 51 function set charPositionInLine(pos:int):void; 54 function get charPositionInLine():int;
|
H A D | TokenSource.as | 48 function nextToken():Token; 53 function get sourceName():String;
|
H A D | TokenStream.as | 38 function LT(k:int):Token; 47 function getToken(i:int):Token; 52 function get tokenSource():TokenSource; 59 function toStringWithRange(start:int, stop:int):String; 67 function toStringWithTokenRange(start:Token, stop:Token):String;
|
/external/mesa3d/src/glsl/glcpp/tests/ |
H A D | 101-macros-used-twice.c | 2 #define function(x) 1 macro 11 #if function(0) 14 #if function(0)
|
H A D | 056-macro-argument-with-comma.c | 2 #define function(x) success macro 3 #define foo function
|
/external/clang/test/Modules/Inputs/ |
H A D | redecl-add-after-load-top.h | 4 static constexpr int function();
|
H A D | redecl-add-after-load.h | 3 extern constexpr int function() { return 0; } function 8 extern constexpr int function() { return 0; } function in namespace:N 14 constexpr int C::function() { return 0; } function in class:C 19 static constexpr int function(); 23 constexpr int D::function() { return 0; } function in class:D
|
/external/bison/build-aux/snippet/ |
H A D | warn-on-use.h | 1 /* A C macro for emitting warnings if a function is used. 17 /* _GL_WARN_ON_USE (function, "literal string") issues a declaration 19 the text of "literal string" anywhere that function is called, if 23 This macro is useful for marking a function as a potential 25 instructions on the replacement function that should be used 26 instead. However, one of the reasons that a function is a 32 function. But this implies that _GL_WARN_ON_USE is only safe to 53 possible to write a wrapper accessor function, and poison that 68 # define _GL_WARN_ON_USE(function, message) \ 69 extern __typeof__ (function) functio [all...] |
/external/bison/darwin-lib/ |
H A D | warn-on-use.h | 5 # define _GL_WARN_ON_USE(function, message) \ 6 extern __typeof__ (function) function __attribute__ ((__warning__ (message))) 8 /* Verify the existence of the function. */ 9 # define _GL_WARN_ON_USE(function, message) \ 10 extern __typeof__ (function) function 12 # define _GL_WARN_ON_USE(function, message) \ 17 /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") 18 is like _GL_WARN_ON_USE (function, "strin [all...] |
/external/bison/linux-lib/ |
H A D | warn-on-use.h | 5 # define _GL_WARN_ON_USE(function, message) \ 6 extern __typeof__ (function) function __attribute__ ((__warning__ (message))) 8 /* Verify the existence of the function. */ 9 # define _GL_WARN_ON_USE(function, message) \ 10 extern __typeof__ (function) function 12 # define _GL_WARN_ON_USE(function, message) \ 17 /* _GL_WARN_ON_USE_CXX (function, rettype, parameters_and_attributes, "string") 18 is like _GL_WARN_ON_USE (function, "strin [all...] |
/external/bison/lib/ |
H A D | fatal-signal.h | 35 /* Register a cleanup function to be executed when a catchable fatal signal 38 Restrictions for the cleanup function: 39 - The cleanup function can do all kinds of system calls. 48 - Also, the cleanup function must not block the catchable fatal signals 51 The cleanup function is executed asynchronously. It is unspecified 54 extern void at_fatal_signal (void (*function) (void));
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
H A D | invoke_no_variadics.pass.cpp | 12 // class function<R()> 15 // overloads of function::operator()(...) 29 std::function<int()> f(&foo0); 33 std::function<int(int)> f(&foo1); 37 std::function<int(int, int)> f(&foo2); 41 std::function<int(int, int, int)> f(&foo3); 45 std::function<void()> f(&foo0); 49 std::function<void(int)> f(&foo1); 53 std::function<void(int, int)> f(&foo2); 57 std::function<voi [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
H A D | TreeNodeStream.as | 38 function getNode(i:int):Object; 51 function LT(k:int):Object; 56 function get treeSource():Object; 63 function get tokenStream():TokenStream; 68 function get treeAdaptor():TreeAdaptor; 76 function set hasUniqueNavigationNodes(uniqueNavigationNodes:Boolean):void; 84 function toStringWithRange(start:Object, stop:Object):String; 98 function replaceChildren(parent:Object, startChildIndex:int, stopChildIndex:int, t:Object):void;
|
H A D | TreeAdaptor.as | 50 function createWithPayload(payload:Token):Object; 55 function dupNode(treeNode:Object):Object; 58 function dupTree(tree:Object):Object; 64 function nil():Object; 80 function errorNode(input:TokenStream, start:Token, stop:Token, e:RecognitionException):Object; 83 function isNil(tree:Object):Boolean; 92 function addChild(t:Object, child:Object):void; 120 function becomeRoot(newRoot:Object, oldRoot:Object):Object; 135 function rulePostProcessing(root:Object):Object; 143 function getUniqueI [all...] |
/external/clang/test/PCH/Inputs/ |
H A D | typo.hpp | 2 template<typename F> class function {}; class in namespace:boost
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
H A D | default.pass.cpp | 12 // class function<R(ArgTypes...)> 14 // explicit function(); 21 std::function<int(int)> f;
|
H A D | F_incomplete.pass.cpp | 12 // class function<R(ArgTypes...)> 14 // template<class F> function(F); 21 typedef std::function<void(X&)> callback_type;
|
H A D | no-variadics.pass.cpp | 12 // class function<R()> 14 // template<class F> function(F); 22 std::function<void()> f(static_cast<void(*)()>(0));
|
H A D | nullptr_t.pass.cpp | 12 // class function<R(ArgTypes...)> 14 // function(nullptr_t); 21 std::function<int(int)> f(nullptr);
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-function.cpp | 4 // Example function implementation from the variadic templates proposal, 7 template<typename Signature> class function; 28 class function<R (Args...)> { class 31 function() : invoker (0) { } function in class:function 32 function(const function& other) : invoker(0) { function in class:function 37 template<typename F> function(const F& f) : invoker(0) { function in class:function 41 ~function() { 46 function& operator=(const function [all...] |
/external/llvm/test/MC/ELF/ |
H A D | gnu-type.s | 4 // CHECK: .type TYPE,@function 7 // CHECK: .type comma_TYPE,@function 10 // CHECK: .type at_TYPE,@function 13 // CHECK: .type percent_TYPE,@function 16 // CHECK: .type string_TYPE,@function 18 .type type function 19 // CHECK: .type type,@function 21 .type comma_type, function 22 // CHECK: .type comma_type,@function 24 .type at_type, @function [all...] |
/external/lldb/test/functionalities/breakpoint/breakpoint_command/ |
H A D | bktptcmd.py | 1 def function(frame, bp_loc, dict): function
|