/external/clang/test/Analysis/ |
D | simple-stream-checks.c | 6 FILE *F = fopen("myfile.txt", "w"); in checkDoubleFClose() local 18 FILE *F = fopen("myfile.txt", "w"); in checkLeak() local 30 FILE *F = fopen("myfile.txt", "w"); in checkLeakFollowedByAssert() local 40 FILE *F = fopen("myfile.txt", "w"); in CloseOnlyOnValidFileHandle() local 47 FILE *F = fopen("myfile.txt", "w"); in leakOnEnfOfPath1() local 51 FILE *F = fopen("myfile.txt", "w"); in leakOnEnfOfPath2() local 56 FILE *F = fopen("myfile.txt", "w"); in leakOnEnfOfPath3() local 62 FILE *F = fopen("myfile.txt", "w"); in SymbolEscapedThroughFunctionCall() local 69 FILE *F = fopen("myfile.txt", "w"); in SymbolEscapedThroughAssignmentToGloabl() local 75 FILE *F = fopen("myfile.txt", "w"); in SymbolDoesNotEscapeThoughStringAPIs() local [all …]
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInst.cpp | 33 const uint64_t F = MCID->TSFlags; in getType() local 52 const uint64_t F = MCID->TSFlags; in isSolo() local 58 const uint64_t F = MCID->TSFlags; in isNewValue() local 64 const uint64_t F = MCID->TSFlags; in hasNewValue() local 70 const uint64_t F = MCID->TSFlags; in getNewValue() local 118 const uint64_t F = MCID->TSFlags; in isExtended() local 124 const uint64_t F = MCID->TSFlags; in isExtendable() local 130 const uint64_t F = MCID->TSFlags; in getBitCount() local 136 const uint64_t F = MCID->TSFlags; in getCExtOpNum() local 142 const uint64_t F = MCID->TSFlags; in isOperandExtended() local [all …]
|
/external/libcxx/test/numerics/rand/rand.util/rand.util.canonical/ |
D | generate_canonical.pass.cpp | 22 typedef float F; in main() typedef 29 typedef float F; in main() typedef 36 typedef float F; in main() typedef 43 typedef float F; in main() typedef 50 typedef float F; in main() typedef 58 typedef double F; in main() typedef 65 typedef double F; in main() typedef 72 typedef double F; in main() typedef 82 typedef double F; in main() typedef 92 typedef double F; in main() typedef
|
/external/clang/test/CodeGen/ |
D | 2007-04-05-PackedBitFields-2.c | 6 struct pck F { struct 12 struct F f1; argument
|
/external/chromium_org/v8/src/ |
D | runtime.h | 24 #define RUNTIME_FUNCTION_LIST_ALWAYS_1(F) \ argument 192 #define RUNTIME_FUNCTION_LIST_ALWAYS_2(F) \ argument 430 #define RUNTIME_FUNCTION_LIST_ALWAYS_3(F) \ argument 517 #define RUNTIME_FUNCTION_LIST_DEBUGGER(F) \ argument 583 #define RUNTIME_FUNCTION_LIST_I18N_SUPPORT(F) \ argument 626 #define RUNTIME_FUNCTION_LIST_DEBUG(F) \ argument 639 #define RUNTIME_FUNCTION_LIST(F) \ argument 651 #define INLINE_FUNCTION_LIST(F) \ argument 700 #define INLINE_OPTIMIZED_FUNCTION_LIST(F) \ argument 767 #define F(name, nargs, ressize) k##name, macro [all …]
|
/external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/ |
D | tolower_1.pass.cpp | 29 typedef std::ctype<char> F; in main() typedef 45 typedef std::ctype<char> F; in main() typedef 61 typedef std::ctype<wchar_t> F; in main() typedef 77 typedef std::ctype<wchar_t> F; in main() typedef
|
D | toupper_1.pass.cpp | 29 typedef std::ctype<char> F; in main() typedef 45 typedef std::ctype<char> F; in main() typedef 61 typedef std::ctype<wchar_t> F; in main() typedef 77 typedef std::ctype<wchar_t> F; in main() typedef
|
D | toupper_many.pass.cpp | 30 typedef std::ctype<char> F; in main() typedef 47 typedef std::ctype<char> F; in main() typedef 64 typedef std::ctype<wchar_t> F; in main() typedef 81 typedef std::ctype<wchar_t> F; in main() typedef
|
D | tolower_many.pass.cpp | 30 typedef std::ctype<char> F; in main() typedef 47 typedef std::ctype<char> F; in main() typedef 64 typedef std::ctype<wchar_t> F; in main() typedef 81 typedef std::ctype<wchar_t> F; in main() typedef
|
/external/llvm/include/llvm/IR/ |
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/qemu/target-i386/ |
D | ops_sse_header.h | 51 #define SSE_HELPER_B(name, F)\ argument 54 #define SSE_HELPER_W(name, F)\ argument 57 #define SSE_HELPER_L(name, F)\ argument 60 #define SSE_HELPER_Q(name, F)\ argument 136 #define SSE_HELPER_S(name, F) \ argument 204 #define SSE_HELPER_CMP(name, F) \ argument
|
/external/chromium_org/v8/test/mjsunit/ |
D | instanceof.js | 41 function F() { } class in TestChains 42 F.prototype = A; class 62 function F() { } class in TestExceptions
|
/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 | 64 struct F { struct 70 struct F<char> { argument 74 template struct F<short>; variable
|
/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/skia/src/gpu/gl/ |
D | GrGLAssembleInterface.cpp | 13 #define GET_PROC(F) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F) argument 14 #define GET_PROC_SUFFIX(F, S) functions->f ## F = (GrGL ## F ## Proc) get(ctx, "gl" #F #S) argument 15 #define GET_PROC_LOCAL(F) GrGL ## F ## Proc F = (GrGL ## F ## Proc) get(ctx, "gl" #F) argument
|
/external/lldb/test/lang/objc/objc++/ |
D | main.mm | 3 @interface F : NSObject interface 6 @implementation F implementation
|
/external/libcxx/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members/ |
D | not_testable.pass.cpp | 24 class F class 28 explicit F(std::size_t refs = 0) in F() function in F
|
/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct.pass.cpp | 91 struct F struct 95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type; argument 97 explicit F(int i, int j) in F() argument 103 explicit F(int i, int j, const allocator_type& a) in F() argument
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 102 static FPParamVariant whichFPParamVariantNeeded(Function &F) { in whichFPParamVariantNeeded() 153 static bool needsFPStubFromParams(Function &F) { in needsFPStubFromParams() 167 static bool needsFPReturnHelper(Function &F) { in needsFPReturnHelper() 177 static bool needsFPHelperFromSig(Function &F) { in needsFPHelperFromSig() 249 static void assureFPCallStub(Function &F, Module *M, in assureFPCallStub() 357 static bool isIntrinsicInline(Function *F) { in isIntrinsicInline() 366 (Function &F, Module *M, const MipsSubtarget &Subtarget) { in fixupFPReturnAndCall() 406 Value *F = (M->getOrInsertFunction(Name, A, MyVoid, T, NULL)); in fixupFPReturnAndCall() local 441 static void createFPFnStub(Function *F, Module *M, FPParamVariant PV, in createFPFnStub() 482 static void removeUseSoftFloat(Function &F) { in removeUseSoftFloat() [all …]
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
D | inline-context-slots.js | 38 function F() {} class 39 F.prototype.max = function() { class
|
/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/bison/lib/ |
D | dosname.h | 46 # define IS_ABSOLUTE_FILE_NAME(F) ISSLASH ((F)[FILE_SYSTEM_PREFIX_LEN (F)]) argument 48 # define IS_ABSOLUTE_FILE_NAME(F) \ argument 51 #define IS_RELATIVE_FILE_NAME(F) (! IS_ABSOLUTE_FILE_NAME (F)) argument
|