/llvm-project/libc/include/llvm-libc-types/ |
H A D | struct_stat.h | 23 struct stat { struct 24 st_devstat global() argument 25 st_inostat global() argument 26 st_modestat global() argument 27 st_nlinkstat global() argument 28 st_uidstat global() argument 29 st_gidstat global() argument 30 st_rdevstat global() argument 31 st_sizestat global() argument 32 st_atimstat global() argument 33 st_mtimstat global() argument 34 st_ctimstat global() argument 35 st_blksizestat global() argument 36 st_blocksstat global() argument
|
/llvm-project/clang/test/Modules/Inputs/odr_hash-elaborated-types/ |
H A D | textual_stat.h | 6 struct stat { struct 7 struct timespec st_atim; 8 struct timespec st_mtim;
|
/llvm-project/flang/runtime/ |
H A D | stat.cpp | 17 RT_API_ATTRS const char *StatErrorString(int stat) { in StatErrorString() 78 RT_API_ATTRS int ToErrmsg(const Descriptor *errmsg, int stat) { in ToErrmsg() 98 Terminator &terminator, int stat, const Descriptor *errmsg, bool hasStat) { in ReturnError()
|
H A D | allocatable.cpp | 79 int stat{ in RTDEF() local 144 int stat{ReturnError(terminator, descriptor.Allocate(), errMsg, hasStat)}; in RTDEF() local 162 int stat{RTNAME(AllocatableAllocate)( in RTDEF() local 189 int stat{RTNAME(AllocatableDeallocate)( in RTDEF() local
|
H A D | command.cpp | 78 std::int32_t stat{StatOk}; CheckAndCopyCharsToDescriptor() local 158 __anon20f44fbc0102(std::int32_t stat) RTNAME() argument 171 std::int32_t stat{CheckAndCopyCharsToDescriptor( RTNAME() local [all...] |
H A D | pointer.cpp | 163 int stat{StatOk}; in RTDEF() local 177 int stat{RTNAME(PointerAllocate)( in RTDEF() local 228 int stat{RTNAME(PointerDeallocate)( in RTDEF() local
|
H A D | misc-intrinsic.cpp | 32 if (int stat{result.Allocate()}) { TransferImpl() local
|
/llvm-project/flang/test/Lower/ |
H A D | io-statement-3.f90 | 6 subroutine test_read_size(size, c1, c2, unit, stat) argument 7 integer :: unit, size, stat local 32 integer :: stat = 0 variable
|
H A D | vector-subscript-io.f90 | 480 integer :: j, y(:), stat argument 527 read(*, *, iostat=stat) (k(i, j), i=1,3,1) local 481 integer :: j, y(:), stat global() local 524 iostat_in_io_loop(k, j, stat) global() argument
|
H A D | io-statement-2.f90 | 113 integer stat, k(3) local
|
/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | get_command.f90 | 52 integer :: stat local 93 integer :: stat local 121 integer :: len, stat local
|
H A D | move_alloc.f90 | 28 integer :: stat local 49 integer :: stat local
|
H A D | signal.f90 | 22 integer :: stat = 0 local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | PassDocGen.cpp | 50 longestStat = std::max(stat.getName().size(), longestStat); in emitDoc() local 48 for (const PassStatistic &stat : stats) emitDoc() local
|
/llvm-project/clang/test/Modules/Inputs/merge-fn-prototype-tags/ |
H A D | c.h | 3 struct stat {}; struct
|
/llvm-project/lld/test/ELF/ |
H A D | pack-dyn-relocs-glibc.s | 55 stat: label
|
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/ |
H A D | T.pass.cpp | 239 TraceStat* stat; member 245 TraceStat stat; in test_T_assignment_performs_construction() local 257 TraceStat stat; in test_T_assignment_performs_construction() local 270 TraceStat stat; in test_T_assignment_performs_construction() local 283 TraceStat stat; in test_T_assignment_performs_construction() local 298 TraceStat stat; in test_T_assignment_performs_assignment() local 312 TraceStat stat; in test_T_assignment_performs_assignment() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-global-ctor-dtor.cpp | 19 static A stat; in foo() local
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | std-c-library-functions-POSIX.h | 19 struct stat { struct 20 int a;
|
/llvm-project/clang/test/Index/ |
H A D | print-bitwidth.c | 13 union S stat; member
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-coarray.cpp | 76 SemanticsContext &context, const parser::ImageSelectorSpec::Stat &stat) { in CheckTeamStat() argument 106 [&](const parser::StatVariable &stat) { in CheckSyncStatList() argument 196 "A stat in CheckEventWaitSpecList() argument 289 if (const auto *stat{std::get_if<parser::ImageSelectorSpec::Stat>( Leave() local [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | parent-virtual-call.cpp | 14 static int stat() { return foo() + 4; } in stat() function in A 122 static int stat() { return foo() + 4; } in stat() function in AA
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | intrinsic-dynamically-optional.f90 | 101 integer, allocatable :: stat local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_primary32.h | 168 NOINLINE TransferBatch *AllocateBatch(AllocatorStats *stat, AllocatorCache *c, in AllocateBatch() argument 183 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, in DeallocateBatch() argument 298 uptr AllocateRegion(AllocatorStats *stat, uptr class_id) { in AllocateRegion() argument 341 bool PopulateFreeList(AllocatorStats *stat, AllocatorCache *c, in PopulateFreeList() argument
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats.cpp | 601 statistic const *stat = &theStats[s]; in printTimerStats() local 619 statistic const *stat = &theStats[s]; in printTimerStats() local 636 statistic const *stat = &theStats[s]; in printCounterStats() local 644 statistic const *stat = &theStats[s]; in printCounterStats() local 660 counter const *stat = &theCounters[c]; in printCounters() local
|