Home
last modified time | relevance | path

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

12345678910>>...44

/external/clang/test/Analysis/
Dsimple-stream-checks.c6 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/
DHexagonMCInst.cpp33 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/
Dgenerate_canonical.pass.cpp22 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/
D2007-04-05-PackedBitFields-2.c6 struct pck F { struct
12 struct F f1; argument
/external/chromium_org/v8/src/
Druntime.h24 #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/
Dtolower_1.pass.cpp29 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
Dtoupper_1.pass.cpp29 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
Dtoupper_many.pass.cpp30 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
Dtolower_many.pass.cpp30 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/
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/qemu/target-i386/
Dops_sse_header.h51 #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/
Dinstanceof.js41 function F() { } class in TestChains
42 F.prototype = A; class
62 function F() { } class in TestExceptions
/external/clang/test/CodeGenCXX/
D2009-04-23-bool2.cpp4 struct F { struct
11 F f = { true, true }; in main() argument
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.cpp64 struct F { struct
70 struct F<char> { struct
74 template struct F<short>; variable
/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/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp13 #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++/
Dmain.mm3 @interface F : NSObject interface
6 @implementation F implementation
/external/libcxx/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members/
Dnot_testable.pass.cpp24 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/
Dconstruct.pass.cpp91 struct F struct
95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type; argument
97 explicit F(int i, int j) in F() function
103 explicit F(int i, int j, const allocator_type& a) in F() function
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp102 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/
Dinline-context-slots.js38 function F() {} class
39 F.prototype.max = function() { class
/external/clang/test/CodeGenObjC/
Ddebug-info-linkagename.m5 @interface F interface
9 @implementation F implementation
/external/clang/test/Parser/
Dskip-function-bodies.mm16 @interface F interface
19 @implementation F implementation
/external/bison/lib/
Ddosname.h46 # 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

12345678910>>...44