Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-function-mockers.h64 typedef R F(); typedef
84 typedef R F(A1); typedef
105 typedef R F(A1, A2); typedef
126 typedef R F(A1, A2, A3); typedef
148 typedef R F(A1, A2, A3, A4); typedef
171 typedef R F(A1, A2, A3, A4, A5); typedef
195 typedef R F(A1, A2, A3, A4, A5, A6); typedef
220 typedef R F(A1, A2, A3, A4, A5, A6, A7); typedef
245 typedef R F(A1, A2, A3, A4, A5, A6, A7, A8); typedef
270 typedef R F(A1, A2, A3, A4, A5, A6, A7, A8, A9); typedef
[all …]
/external/llvm/test/FrontendC/
D2007-04-05-PackedBitFields-2.c6 struct pck F { struct
12 struct F f1; argument
/external/v8/src/
Druntime.h46 #define RUNTIME_FUNCTION_LIST_ALWAYS_1(F) \ argument
199 #define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ argument
328 #define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT(F) \ argument
403 #define RUNTIME_FUNCTION_LIST_PROFILER_SUPPORT(F) \ argument
411 #define RUNTIME_FUNCTION_LIST_DEBUG(F) \ argument
423 #define RUNTIME_FUNCTION_LIST(F) \ argument
434 #define INLINE_FUNCTION_LIST(F) \ argument
469 #define INLINE_RUNTIME_FUNCTION_LIST(F) \ argument
541 #define F(name, nargs, ressize) k##name, macro
544 #define F(name, nargs, ressize) kInline##name, macro
/external/v8/test/mjsunit/
Dinstanceof.js41 function F() { } class in TestChains
42 F.prototype = A; class
62 function F() { } class in TestExceptions
/external/llvm/test/FrontendC++/
D2009-04-23-bool2.cpp4 struct F { struct
11 F f = { true, true }; in main() argument
/external/qemu/target-i386/
Dops_sse_header.h52 #define SSE_HELPER_B(name, F)\ argument
55 #define SSE_HELPER_W(name, F)\ argument
58 #define SSE_HELPER_L(name, F)\ argument
61 #define SSE_HELPER_Q(name, F)\ argument
137 #define SSE_HELPER_S(name, F)\ argument
201 #define SSE_HELPER_CMP(name, F)\ argument
/external/llvm/include/llvm/Support/
DInstIterator.h128 inline inst_iterator inst_begin(Function *F) { return inst_iterator(*F); } in inst_begin()
129 inline inst_iterator inst_end(Function *F) { return inst_iterator(*F, true); } in inst_end()
130 inline const_inst_iterator inst_begin(const Function *F) { in inst_begin()
133 inline const_inst_iterator inst_end(const Function *F) { in inst_end()
136 inline inst_iterator inst_begin(Function &F) { return inst_iterator(F); } in inst_begin()
137 inline inst_iterator inst_end(Function &F) { return inst_iterator(F, true); } in inst_end()
138 inline const_inst_iterator inst_begin(const Function &F) { in inst_begin()
141 inline const_inst_iterator inst_end(const Function &F) { in inst_end()
/external/bluetooth/bluez/sbc/
Dsbc_tables.h163 #define F(x) F_PROTO4(x) macro
213 #define F(x) F_COS4(x) macro
241 #define F(x) F_PROTO8(x) macro
310 #define F(x) F_COS8(x) macro
384 #define F(x) F_PROTO4(x) macro
406 #define F(x) F_COS4(x) macro
429 #define F(x) F_PROTO4(x) macro
451 #define F(x) F_COS4(x) macro
478 #define F(x) F_PROTO8(x) macro
520 #define F(x) F_COS8(x) macro
[all …]
/external/llvm/include/llvm/Analysis/
DConstantsScanner.h39 inline constant_iterator(const Function *F) : InstI(inst_begin(F)), OpIdx(0) { in constant_iterator()
46 inline constant_iterator(const Function *F, bool) // end ctor in constant_iterator()
83 inline constant_iterator constant_begin(const Function *F) { in constant_begin()
87 inline constant_iterator constant_end(const Function *F) { in constant_end()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp237 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType); in EmitBuiltinExpr() local
252 Value *F = CGM.getIntrinsic(Intrinsic::ctlz, ArgType); in EmitBuiltinExpr() local
268 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType); in EmitBuiltinExpr() local
288 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType); in EmitBuiltinExpr() local
305 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType); in EmitBuiltinExpr() local
329 Value *F = CGM.getIntrinsic(Intrinsic::bswap, ArgType); in EmitBuiltinExpr() local
345 Value *F = CGM.getIntrinsic(Intrinsic::objectsize, ResType); in EmitBuiltinExpr() local
358 Value *F = CGM.getIntrinsic(Intrinsic::prefetch); in EmitBuiltinExpr() local
362 Value *F = CGM.getIntrinsic(Intrinsic::trap); in EmitBuiltinExpr() local
383 Value *F = CGM.getIntrinsic(Intrinsic::powi, ArgType); in EmitBuiltinExpr() local
[all …]
/external/clang/test/CodeGenCXX/
Dmangle-local-class-vtables.cpp32 void F() const {} in G() function
38 void F() const { G(); } in G() function
45 void F() const { H(); } in G() function
58 void F() const {} in K() function
Dvtable-linkage.cpp78 struct F { struct
84 struct F<char> { struct
88 template struct F<short>; argument
Dinstantiate-init-list.cpp3 struct F { struct
11 static F f = { G }; in A() argument
Dptr-to-datamember.cpp5 struct F { struct
6 F() : iF(1), fF(2.0) {} in F() argument
7 int iF; argument
8 float fF; argument
/external/llvm/test/FrontendAda/
Delement_copy.adb3 function F return VariableSizedField is subprogram
4 X : VariableSizedField; argument
/external/clang/test/CodeGenObjC/
Ddebug-info-linkagename.m5 @interface F interface
9 @implementation F implementation
/external/chromium/testing/gmock/test/
Dgmock-generated-internal-utils_test.cc75 typedef Function<int()> F; // NOLINT in TEST() typedef
84 typedef Function<int(bool)> F; // NOLINT in TEST() typedef
95 typedef Function<int(bool, const long&)> F; // NOLINT in TEST() typedef
108 typedef Function<char(bool, int, char*, int&, const long&)> F; // NOLINT in TEST() typedef
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h58 bool has(LibFunc::Func F) const { in has()
64 void setUnavailable(LibFunc::Func F) { in setUnavailable()
68 void setAvailable(LibFunc::Func F) { in setAvailable()
/external/llvm/lib/VMCore/
DDebugInfoProbe.cpp63 void DebugInfoProbeImpl::initialize(StringRef PName, Function &F) { in initialize()
112 void DebugInfoProbeImpl::finalize(Function &F) { in finalize()
171 void DebugInfoProbe::initialize(StringRef PName, Function &F) { in initialize()
177 void DebugInfoProbe::finalize(Function &F) { in finalize()
201 void DebugInfoProbeInfo::initialize(Pass *P, Function &F) { in initialize()
216 void DebugInfoProbeInfo::finalize(Pass *P, Function &F) { in finalize()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp46 if (const Function *F = dyn_cast<Function>(StrLen->stripPointerCasts())) in EmitStrLen() local
67 if (const Function *F = dyn_cast<Function>(StrChr->stripPointerCasts())) in EmitStrChr() local
91 if (const Function *F = dyn_cast<Function>(StrNCmp->stripPointerCasts())) in EmitStrNCmp() local
110 if (const Function *F = dyn_cast<Function>(StrCpy->stripPointerCasts())) in EmitStrCpy() local
129 if (const Function *F = dyn_cast<Function>(StrNCpy->stripPointerCasts())) in EmitStrNCpy() local
153 if (const Function *F = dyn_cast<Function>(MemCpy->stripPointerCasts())) in EmitMemCpyChk() local
174 if (const Function *F = dyn_cast<Function>(MemChr->stripPointerCasts())) in EmitMemChr() local
199 if (const Function *F = dyn_cast<Function>(MemCmp->stripPointerCasts())) in EmitMemCmp() local
230 if (const Function *F = dyn_cast<Function>(Callee->stripPointerCasts())) in EmitUnaryFloatFnCall() local
249 if (const Function *F = dyn_cast<Function>(PutChar->stripPointerCasts())) in EmitPutChar() local
[all …]
/external/skia/bench/
DBenchGpuTimer_gl.cpp10 #define SK_GL_GET_PROC(F) gBenchGL.f ## F = (BenchGL ## F ## Proc) \ argument
12 #define SK_GL_GET_PROC_SUFFIX(F, S) gBenchGL.f ## F = (BenchGL##F##Proc)\ argument
24 #define SK_GL_GET_PROC(F) gBenchGL.f ## F = (BenchGL ## F ## Proc) \ argument
26 #define SK_GL_GET_PROC_SUFFIX(F, S) gBenchGL.f ## F = (BenchGL##F##Proc)\ argument
39 #define SK_GL_GET_PROC(F) gBenchGL.f ## F = (BenchGL ## F ## Proc) \ argument
41 #define SK_GL_GET_PROC_SUFFIX(F, S) gBenchGL.f ## F = (BenchGL##F##Proc)\ argument
/external/skia/src/utils/mesa/
DSkEGLContext_Mesa.cpp7 #define SK_GL_DECL_PROC(T, F) T F ## _func = NULL; argument
8 #define SK_GL_GET_PROC(T, F) F ## _func = (T)OSMesaGetProcAddress(#F); argument
9 #define SK_GL_GET_EXT_PROC(T, F) F ## _func = (T)OSMesaGetProcAddress(#F "EXT"); argument
/external/bison/lib/
Ddirname.h37 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)]) argument
38 # define IS_RELATIVE_FILE_NAME(F) (! IS_ABSOLUTE_FILE_NAME (F)) argument
/external/skia/gpu/src/unix/
DGrGLDefaultInterface_unix.cpp24 #define GR_GL_GET_PROC(F) gDefaultInterface.f ## F = (GrGL ## F ## Proc) \ argument
26 #define GR_GL_GET_PROC_SUFFIX(F, S) gDefaultInterface.f ## F = (GrGL ## F ## Proc) \ argument
/external/skia/gpu/src/win/
DGrGLDefaultInterface_win.cpp28 #define GR_GL_GET_PROC(F) gDefaultInterface.f ## F = (GrGL ## F ## Proc) wglGetProcAddress("gl" #F); argument
29 #define GR_GL_GET_PROC_SUFFIX(F, S) gDefaultInterface.f ## F = (GrGL ## F ## Proc) wglGetProcAddres… argument

12345678910>>...22