/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-function-mockers.h | 64 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/clang/test/CodeGen/ |
D | 2007-04-05-PackedBitFields-2.c | 6 struct pck F { struct 12 struct F f1; argument
|
/external/clang/test/CodeGenCXX/ |
D | 2009-04-23-bool2.cpp | 4 struct F { struct 11 F f = { true, true }; in main() argument
|
D | mangle-local-class-vtables.cpp | 32 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
|
D | vtable-linkage.cpp | 78 struct F { struct 84 struct F<char> { struct 88 template struct F<short>; variable
|
D | instantiate-init-list.cpp | 3 struct F { struct 11 static F f = { G }; in A() argument
|
D | ptr-to-datamember.cpp | 5 struct F { struct 6 F() : iF(1), fF(2.0) {} in F() function 7 int iF; argument 8 float fF; argument
|
/external/v8/test/mjsunit/ |
D | instanceof.js | 41 function F() { } class in TestChains 42 F.prototype = A; class 62 function F() { } class in TestExceptions
|
/external/v8/src/ |
D | runtime.h | 47 #define RUNTIME_FUNCTION_LIST_ALWAYS_1(F) \ argument 211 #define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ argument 386 #define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT(F) \ argument 462 #define RUNTIME_FUNCTION_LIST_DEBUG(F) \ argument 474 #define RUNTIME_FUNCTION_LIST(F) \ argument 484 #define INLINE_FUNCTION_LIST(F) \ argument 522 #define INLINE_RUNTIME_FUNCTION_LIST(F) \ argument 583 #define F(name, nargs, ressize) k##name, macro 586 #define F(name, nargs, ressize) kInline##name, macro
|
/external/qemu/target-i386/ |
D | ops_sse_header.h | 52 #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/ |
D | InstIterator.h | 128 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/ |
D | sbc_tables.h | 163 #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/ |
D | ConstantsScanner.h | 39 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/ |
D | CGBuiltin.cpp | 239 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType); in EmitBuiltinExpr() local 256 Value *F = CGM.getIntrinsic(Intrinsic::ctlz, ArgType); in EmitBuiltinExpr() local 273 Value *F = CGM.getIntrinsic(Intrinsic::cttz, ArgType); in EmitBuiltinExpr() local 294 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType); in EmitBuiltinExpr() local 310 Value *F = CGM.getIntrinsic(Intrinsic::ctpop, ArgType); in EmitBuiltinExpr() local 334 Value *F = CGM.getIntrinsic(Intrinsic::bswap, ArgType); in EmitBuiltinExpr() local 350 Value *F = CGM.getIntrinsic(Intrinsic::objectsize, ResType); in EmitBuiltinExpr() local 363 Value *F = CGM.getIntrinsic(Intrinsic::prefetch); in EmitBuiltinExpr() local 367 Value *F = CGM.getIntrinsic(Intrinsic::trap); in EmitBuiltinExpr() local 388 Value *F = CGM.getIntrinsic(Intrinsic::powi, ArgType); in EmitBuiltinExpr() local [all …]
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-linkagename.m | 5 @interface F interface 9 @implementation F implementation
|
/external/clang/test/Parser/ |
D | skip-function-bodies.mm | 16 @interface F interface 19 @implementation F implementation
|
/external/v8/test/mjsunit/compiler/ |
D | inline-context-slots.js | 38 function F() {} class 39 F.prototype.max = function() { class
|
/external/chromium/testing/gmock/test/ |
D | gmock-generated-internal-utils_test.cc | 75 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/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 50 if (const Function *F = dyn_cast<Function>(StrLen->stripPointerCasts())) in EmitStrLen() local 71 if (const Function *F = dyn_cast<Function>(StrChr->stripPointerCasts())) in EmitStrChr() local 95 if (const Function *F = dyn_cast<Function>(StrNCmp->stripPointerCasts())) in EmitStrNCmp() local 114 if (const Function *F = dyn_cast<Function>(StrCpy->stripPointerCasts())) in EmitStrCpy() local 133 if (const Function *F = dyn_cast<Function>(StrNCpy->stripPointerCasts())) in EmitStrNCpy() local 157 if (const Function *F = dyn_cast<Function>(MemCpy->stripPointerCasts())) in EmitMemCpyChk() local 178 if (const Function *F = dyn_cast<Function>(MemChr->stripPointerCasts())) in EmitMemChr() local 203 if (const Function *F = dyn_cast<Function>(MemCmp->stripPointerCasts())) in EmitMemCmp() local 231 if (const Function *F = dyn_cast<Function>(Callee->stripPointerCasts())) in EmitUnaryFloatFnCall() local 250 if (const Function *F = dyn_cast<Function>(PutChar->stripPointerCasts())) in EmitPutChar() local [all …]
|
D | ModuleUtils.cpp | 23 Module &M, Function *F, int Priority) { in appendToGlobalArray() 58 void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority) { in appendToGlobalCtors() 62 void llvm::appendToGlobalDtors(Module &M, Function *F, int Priority) { in appendToGlobalDtors()
|
/external/clang/test/Sema/ |
D | attr-declspec-ignored.c | 12 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum F {F} f; enum
|
/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 25 bool llvm::callIsSmall(const Function *F) { in callIsSmall() 114 if (const Function *F = CS.getCalledFunction()) { in analyzeBasicBlock() local 172 void CodeMetrics::analyzeFunction(Function *F, const TargetData *TD) { in analyzeFunction()
|
/external/bison/lib/ |
D | dirname.h | 37 # 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/src/gpu/unix/ |
D | GrGLCreateNativeInterface_unix.cpp | 17 #define GR_GL_GET_PROC(F) interface->f ## F = (GrGL ## F ## Proc) \ argument 19 #define GR_GL_GET_PROC_SUFFIX(F, S) interface->f ## F = (GrGL ## F ## Proc) \ argument
|
/external/llvm/lib/VMCore/ |
D | AutoUpgrade.cpp | 29 static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction1() 75 bool llvm::UpgradeIntrinsicFunction(Function *F, Function *&NewFn) { in UpgradeIntrinsicFunction() 96 Function *F = CI->getCalledFunction(); in UpgradeIntrinsicCall() local 185 void llvm::UpgradeCallsToIntrinsic(Function* F) { in UpgradeCallsToIntrinsic()
|