/llvm-project/clang/test/Analysis/ |
H A D | stream-noopen.c | 25 void test_freopen(FILE *F) { in test_freopen() 34 void test_fread(FILE *F) { in test_fread() 47 void test_fwrite(FILE *F) { in test_fwrite() 60 void test_fgetc(FILE *F) { in test_fgetc() 73 void test_fputc(FILE *F) { in test_fputc() 86 void test_fgets(char *Buf, int N, FILE *F) { in test_fgets() 105 void test_fgets_bufsize(FILE *F) { in test_fgets_bufsize() 110 void test_fputs(char *Buf, FILE *F) { in test_fputs() 124 void test_ungetc(FILE *F) { in test_ungetc() 137 void test_ungetc_EOF(FILE *F, int C) { in test_ungetc_EOF() [all …]
|
H A D | stream-error.c | 18 FILE *F = fopen("file", "r"); in error_fopen() local 27 FILE *F = fdopen(fd, "r"); in error_fdopen() local 36 FILE *F = fopen("file", "r"); error_freopen() local 48 FILE *F = fopen("file", "r"); stream_error_feof() local 63 FILE *F = fopen("file", "r"); stream_error_ferror() local 78 FILE *F = tmpfile(); error_fread() local 103 FILE *F = tmpfile(); error_fwrite() local 120 FILE *F = tmpfile(); error_fgetc() local 142 FILE *F = tmpfile(); error_fgets() local 165 FILE *F = fdopen(fd, "w"); error_fputc() local 183 FILE *F = tmpfile(); error_fputs() local 201 FILE *F = tmpfile(); error_fprintf() local 218 FILE *F = tmpfile(); error_fscanf() local 243 FILE *F = tmpfile(); error_ungetc() local 263 FILE *F = tmpfile(); error_getdelim() local 285 FILE *F = tmpfile(); error_getline() local 307 FILE *F = tmpfile(); write_after_eof_is_allowed() local 322 freadwrite_zerosize(FILE * F) freadwrite_zerosize() argument 334 freadwrite_zerosize_eofstate(FILE * F) freadwrite_zerosize_eofstate() argument 342 FILE *F = fopen("file", "r"); error_fread_fwrite_zerosize() local 364 FILE *F = fopen("file", "r"); error_fseek() local 390 FILE *F = fopen("file", "r"); error_fseeko() local 407 FILE *F = fopen("file", "r"); error_fseek_0() local 436 FILE *F = fopen("file", "r"); error_fseeko_0() local 456 FILE *F = fopen("file", "r"); error_ftell() local 481 FILE *F = fopen("file", "r"); error_ftello() local 506 FILE *F = fopen("file", "r"); error_fileno() local 567 FILE *F = fopen("file", "r+"); error_indeterminate() local 585 FILE *F = fopen("file", "r+"); error_indeterminate_clearerr() local 606 FILE *F = fopen("file", "r+"); error_indeterminate_feof1() local 620 FILE *F = fopen("file", "r+"); error_indeterminate_feof2() local [all...] |
H A D | stream-errno.c | 13 FILE *F = fopen("xxx", "r"); in check_fopen() local 23 FILE *F = fdopen(Fd, "r"); in check_fdopen() local 33 FILE *F = tmpfile(); in check_tmpfile() local 43 FILE *F = tmpfile(); in check_freopen() local 56 FILE *F = tmpfile(); in check_fclose() local 70 FILE *F = tmpfile(); in check_fread_size0() local 79 FILE *F = tmpfile(); in check_fread_nmemb0() local 88 FILE *F = tmpfile(); in check_fread() local 104 FILE *F = tmpfile(); in check_fwrite_size0() local 113 FILE *F = tmpfile(); in check_fwrite_nmemb0() local [all …]
|
H A 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 SymbolEscapedThroughAssignmentToGlobal() local 75 FILE *F = fopen("myfile.txt", "w"); in SymbolDoesNotEscapeThoughStringAPIs() local [all …]
|
H A D | stream-errno-note.c | 13 FILE *F = fopen("xxx", "r"); in check_fopen() local 25 FILE *F = tmpfile(); in check_tmpfile() local 37 FILE *F = tmpfile(); in check_freopen() local 54 FILE *F = tmpfile(); in check_fclose() local 67 FILE *F = tmpfile(); in check_fread() local 81 FILE *F = tmpfile(); in check_fread_size0() local 94 FILE *F = tmpfile(); in check_fread_nmemb0() local 107 FILE *F = tmpfile(); in check_fwrite() local 120 FILE *F = tmpfile(); in check_fseek() local 133 FILE *F = tmpfile(); in check_rewind_errnocheck() local [all …]
|
H A D | stream-note.c | 32 FILE *F = fopen("file", "r"); // expected-note {{Stream opened here}} in check_note_fopen() local 43 FILE *F = fopen("file", "r"); // expected-note {{Stream opened here}} in check_note_freopen() local 60 FILE *F = fdopen(fd, "r"); // expected-note {{Stream opened here}} check_note_fdopen() local 104 FILE *F; check_track_null() local 116 FILE *F; check_eof_notes_feof_after_feof() local 135 FILE *F; check_eof_notes_feof_after_no_feof() local 158 FILE *F; check_eof_notes_feof_or_no_error() local 173 FILE *F; check_indeterminate_notes() local 190 FILE *F; check_indeterminate_after_clearerr() local 206 FILE *F; check_indeterminate_eof() local 225 FILE *F = fopen("file", "r"); check_indeterminate_fseek() local 240 FILE *F = fopen("file", "r"); error_fseek_ftell() local 257 FILE *F = fopen("file", "r"); error_fseek_read_eof() local [all...] |
H A D | return-value-guaranteed.cpp | 16 bool parseFoo(Foo &F) { in parseFoo() 29 Foo F; in parseFile() local 64 bool parseFoo(Foo &F) { in parseFoo() 78 Foo F; in parseFile() local
|
H A D | stream-invalidate.c | 13 FILE *F = fopen("file", "r+"); in test_fread() local 33 FILE *F = fopen("file", "r+"); in test_fwrite() local 47 FILE *F = tmpfile(); in test_fgets() local 67 FILE *F = tmpfile(); in test_fputs() local 82 FILE *F = tmpfile(); in test_fscanf() local 112 FILE *F = tmpfile(); in test_getdelim() local 135 FILE *F = tmpfile(); in test_fgetpos() local
|
/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.order/ |
H A D | class-template-partial-specializations.cpp | 43 struct F{ enum{ value = 1 }; }; argument 46 struct F<T>{ enum{ value = 2 }; }; struct 49 struct F<T>{ enum{ value = 3 }; }; argument 58 struct F { struct 59 enum { value = 1 }; 64 struct F<T> { struct 65 enum { value = 2 }; 70 struct F<T> { struct 71 enum { value = 3 };
|
/llvm-project/libcxx/test/std/numerics/rand/rand.util/rand.util.canonical/ |
H A D | generate_canonical.pass.cpp | 26 typedef float F; in main() typedef 33 typedef float F; in main() typedef 40 typedef float F; in main() typedef 47 typedef float F; in main() typedef 54 typedef float F; in main() typedef 62 typedef double F; in main() typedef 69 typedef double F; in main() typedef 76 typedef double F; in main() typedef 86 typedef double F; in main() typedef 96 typedef double F; in main() typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2007-04-05-PackedBitFields-2.c | 6 struct pck F { struct 12 struct F f1; argument
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | InstIterator.h | 131 inline inst_range instructions(Function *F) { in inst_begin() argument 132 return inst_range(inst_begin(F), inst_end(F)); in inst_end() argument 133 instructions(Function * F) instructions() argument 136 inst_begin(const Function * F) inst_begin() argument 139 inst_end(const Function * F) inst_end() argument 142 instructions(const Function * F) instructions() argument 145 inst_begin(Function & F) inst_begin() argument 146 inst_end(Function & F) inst_end() argument 147 instructions(Function & F) instructions() argument 150 inst_begin(const Function & F) inst_begin() argument 153 inst_end(const Function & F) inst_end() argument 156 instructions(const Function & F) instructions() argument [all...] |
/llvm-project/clang/test/Preprocessor/ |
H A D | macro_vaopt_expand.cpp | 18 #define F(x, y) x + y macro 29 #define F(...) f(0 __VA_OPT__(,) __VA_ARGS__) macro 53 #define F(x, ...) HT_ ## __VA_OPT__(x x A() #x) macro 63 #define F(a,...) #__VA_OPT__(A1 a) macro 72 #define F(a,...) a ## __VA_OPT__(A1 a) ## __VA_ARGS__ ## a macro 81 #define F(...) #__VA_OPT__() X ## __VA_OPT__() #__VA_OPT__( ) macro 100 #define F(a,...) A() #__VA_OPT__(A3 __VA_ARGS__ a ## __VA_ARGS__ ## a ## C A3) A() macro 115 #define F(a,...) A() #__VA_OPT__(A3 __VA_ARGS__ a ## __VA_ARGS__ ## a ## C A3) a __VA_OPT__(A0 __VA… macro 130 #define F(a,...) __VA_OPT__(B a ## a) ## 1 macro 139 #define F(a,...) B ## __VA_OPT__(a 1) ## 1 macro
|
/llvm-project/libcxx/test/std/containers/associative/map/ |
H A D | PR28469_undefined_behavior_segfault.sh.cpp | 24 struct F { struct 26 F() { m[42] = &dummy; } in F() function
|
/llvm-project/lldb/test/API/commands/expression/completion-crash-incomplete-record/ |
H A D | main.cpp | 2 struct F { struct 4 F() : r(i) {} in F() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 97 AvailableArray[F/4] &= ~(3 << 2*(F&3)); in setState() argument 101 return static_cast<AvailabilityState>((AvailableArray[F/4] >> 2*(F&3)) & 3); in getState() argument 165 setUnavailable(LibFunc F) setUnavailable() argument 170 setAvailable(LibFunc F) setAvailable() argument 176 setAvailableWithName(LibFunc F,StringRef Name) setAvailableWithName() argument 202 isFunctionVectorizable(StringRef F,const ElementCount & VF) isFunctionVectorizable() argument 339 isValidProtoForLibFunc(const FunctionType & FTy,LibFunc F,const Module & M) isValidProtoForLibFunc() argument 348 getLibFunc(StringRef funcName,LibFunc & F) getLibFunc() argument 352 getLibFunc(const Function & FDecl,LibFunc & F) getLibFunc() argument 358 getLibFunc(const CallBase & CB,LibFunc & F) getLibFunc() argument 365 getLibFunc(unsigned int Opcode,Type * Ty,LibFunc & F) getLibFunc() argument 377 setUnavailable(LibFunc F) setUnavailable() argument 381 getState(LibFunc F) getState() argument 388 has(LibFunc F) has() argument 391 isFunctionVectorizable(StringRef F,const ElementCount & VF) isFunctionVectorizable() argument 394 isFunctionVectorizable(StringRef F) isFunctionVectorizable() argument 401 getVectorMappingInfo(StringRef F,const ElementCount & VF,bool Masked) getVectorMappingInfo() argument 408 hasOptimizedCodeGen(LibFunc F) hasOptimizedCodeGen() argument 443 getName(LibFunc F) getName() argument 588 isKnownVectorFunctionInLibrary(StringRef F) isKnownVectorFunctionInLibrary() argument 638 getTLI(const Function & F) getTLI() argument [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | 2009-04-23-bool2.cpp | 4 struct F { struct 11 F f = { true, true }; in main() argument
|
H A 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
|
/llvm-project/llvm/examples/IRTransforms/ |
H A D | SimplifyCFG.cpp | 61 static bool removeDeadBlocks_v1(Function &F) { in removeDeadBlocks_v1() argument 100 static bool removeDeadBlocks_v2(Function &F, DominatorTree &DT) { in removeDeadBlocks_v2() argument 137 static bool eliminateCondBranches_v1(Function &F) { in eliminateCondBranches_v1() argument 171 static bool eliminateCondBranches_v2(Function &F, DominatorTree &DT) { in eliminateCondBranches_v2() argument 217 eliminateCondBranches_v3(Function & F,DominatorTree & DT) eliminateCondBranches_v3() argument 264 mergeIntoSinglePredecessor_v1(Function & F) mergeIntoSinglePredecessor_v1() argument 304 mergeIntoSinglePredecessor_v2(Function & F,DominatorTree & DT) mergeIntoSinglePredecessor_v2() argument 354 doSimplify_v1(Function & F) doSimplify_v1() argument 359 doSimplify_v2(Function & F,DominatorTree & DT) doSimplify_v2() argument 364 doSimplify_v3(Function & F,DominatorTree & DT) doSimplify_v3() argument [all...] |
/llvm-project/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/ |
H A D | tolower_1.pass.cpp | 32 typedef std::ctype_byname<char> F; in main() typedef 48 typedef std::ctype_byname<char> F; in main() typedef 66 typedef std::ctype_byname<wchar_t> F; in main() typedef 83 typedef std::ctype_byname<wchar_t> F; in main() typedef
|
H A D | toupper_1.pass.cpp | 33 typedef std::ctype_byname<char> F; in main() typedef 50 typedef std::ctype_byname<char> F; in main() typedef 68 typedef std::ctype_byname<wchar_t> F; in main() typedef 85 typedef std::ctype_byname<wchar_t> F; in main() typedef
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | GCMetadata.cpp | 30 for (const auto &F : M) { invalidate() local 45 for (auto &F : M) { run() local 57 run(Function & F,FunctionAnalysisManager & FAM) run() argument 77 GCFunctionInfo(const Function & F,GCStrategy & S) GCFunctionInfo() argument 82 invalidate(Function & F,const PreservedAnalyses & PA,FunctionAnalysisManager::Invalidator &) invalidate() argument 96 getFunctionInfo(const Function & F) getFunctionInfo() argument [all...] |
/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/ |
H A D | main.c | 3 char F = 'b'; in bar() local 9 char F = 'f'; in foo() local 15 char F = '_'; in _start() local
|
H A D | linux-aarch64-sve.c | 5 char F = 'b'; in bar() local 17 char F = 'f'; in foo() local 22 char F = '_'; in _start() local
|
/llvm-project/lldb/test/API/functionalities/postmortem/netbsd-core/ |
H A D | 1lwp_SIGSEGV.c | 2 char F = 'b'; in bar() local 7 char F = 'f'; in foo() local 12 char F = 'm'; in main() local
|