HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 1101 - 1125 of 4292) sorted by null

<<41424344454647484950>>

  /external/clang/test/SemaCXX/
member-init.cpp 75 Y::Y() try { // expected-note{{in instantiation of member function 'PR10578::X<int>::X' requested here}}
82 class function : base { class in namespace:PR14838
83 ~function() {} // expected-note {{implicitly declared private here}}
85 function(...) {} function in class:PR14838::function
90 // expected-error@-1 {{temporary of type 'const PR14838::function' has private destructor}}
92 const function &r; // expected-note {{reference member declared here}}
177 template struct X<float>; // expected-note {{in instantiation of member function 'explicit_instantiation::X<float>::X' requested here}}
186 void g() { f<int>(); } // expected-note {{in instantiation of function template specialization 'local_class::f<int>' requested here}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Fingerprints.js 0 function toggleFingerprints() {
12 function setFingerprintsType() {
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
assign_F_alloc.pass.cpp 12 // class function<R(ArgTypes...)>
53 std::function<int(int)> f;
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
types.pass.cpp 13 // class function<R(ArgTypes...)> {
104 test_nullary_function<std::function<int()>, int>();
105 test_unary_function <std::function<double(int)>, double, int>();
106 test_binary_function <std::function<double(int, char)>, double, int, char>();
107 test_other_function <std::function<double(int, char, double)>, double>();
  /external/lldb/include/lldb/Target/
ThreadPlanCallUserExpression.h 29 Address &function,
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV1.h 71 Describe (std::function <void (ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
72 std::function <bool (const char *, const char *)> const &instance_method_func,
73 std::function <bool (const char *, const char *)> const &class_method_func,
74 std::function <bool (const char *, const char *, lldb::addr_t, uint64_t)> const &ivar_func);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
NameToDIE.h 58 ForEach (std::function <bool(const char *name, uint32_t die_offset)> const &callback) const;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 20 print_endline "parsed a function definition.";
25 (* Evaluate a top-level expression into an anonymous function. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
codegen.ml 15 let rec codegen_expr = function
39 | None -> raise (Error "unknown function referenced")
49 let codegen_proto = function
51 (* Make the function type: double(double,double) etc. *)
63 raise (Error "redefinition of function");
67 raise (Error "redefinition of function with different # args");
79 let codegen_func = function
80 | Ast.Function (proto, body) ->
91 (* Finish off the function. *)
toplevel.ml 22 print_endline "parsed a function definition.";
29 (* Evaluate a top-level expression into an anonymous function. *)
  /external/llvm/test/MC/ARM/
2010-11-30-reloc-movt.s 18 .type barf,%function
eh-directive-fnend-diagnostics.s 12 .type func1,%function
elf-eflags-eabi.s 7 .type barf,%function
inst-arm-suffixes.s 9 .type suffixes_invalid_in_arm,%function
inst-thumb-overflow.s 9 .type constant_overflow,%function
inst-thumb-suffixes.s 9 .type suffixes_required_in_thumb,%function
  /external/llvm/test/MC/Mips/
cpload-bad.s 21 # ASM: :[[@LINE-1]]:17: error: expected register containing function address
24 # ASM: :[[@LINE-1]]:17: error: expected register containing function address
micromips-func-addr.s 9 .type bar,@function
  /external/llvm/test/MC/PowerPC/
tls-ie-obj.s 11 .type main,@function
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h 49 * vertices, and an llvm-generated function which calculates the
65 LLVMValueRef function; member in struct:lp_setup_variant
67 /* The actual generated setup function:
  /external/skia/src/animator/
SkAnimatorScript.h 41 static bool Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
52 static bool EvalRGB(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
56 static bool IsFinite(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
58 static bool IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
  /external/v8/src/base/
lazy-instance.h 7 // useful for places you would normally use a function-level static, but you
49 // critical path. Consider adding your initialization code to a function
146 template <typename Function, typename Storage>
147 static void Init(OnceType* once, Function function, Storage storage) {
148 CallOnce(once, function, storage);
155 template <typename Function, typename Storage>
156 static void Init(OnceType* once, Function function, Storage storage) {
158 function(storage)
    [all...]
  /external/v8/test/mjsunit/compiler/
dead-loops-neg.js 32 function loop1() {
36 function loop2() {
43 function loop3() {
50 function loop4() {
57 function loop5() {
66 function loop6(a) {
71 function loop7(a) {
76 function loop8(a) {
dead-loops.js 32 function loop1() {
36 function loop2() {
41 function loop3() {
45 function loop4() {
50 function loop5() {
58 function loop6() {
67 function loop7() {
73 function loop8() {
eval-introduced-closure.js 35 function f() { return x; }
39 function do_eval(str) {
49 function do_eval_local(str) {
60 function do_eval_with_other_eval_call(str) {
72 function test_non_strict_outer_eval() {
73 function strict_eval(str) { "use strict"; return eval(str); }
84 function test_strict_outer_eval() {
86 function strict_eval(str) { "use strict"; return eval(str); }

Completed in 916 milliseconds

<<41424344454647484950>>