Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 59) sorted by relevance

123

/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_stat.h23 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 Dtextual_stat.h6 struct stat { struct
7 struct timespec st_atim;
8 struct timespec st_mtim;
/llvm-project/flang/runtime/
H A Dstat.cpp17 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 Dallocatable.cpp79 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 Dcommand.cpp78 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 Dpointer.cpp163 int stat{StatOk}; in RTDEF() local
177 int stat{RTNAME(PointerAllocate)( in RTDEF() local
228 int stat{RTNAME(PointerDeallocate)( in RTDEF() local
H A Dmisc-intrinsic.cpp32 if (int stat{result.Allocate()}) { TransferImpl() local
/llvm-project/flang/test/Lower/
H A Dio-statement-3.f906 subroutine test_read_size(size, c1, c2, unit, stat) argument
7 integer :: unit, size, stat local
32 integer :: stat = 0 variable
H A Dvector-subscript-io.f90480 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 Dio-statement-2.f90113 integer stat, k(3) local
/llvm-project/flang/test/Lower/Intrinsics/
H A Dget_command.f9052 integer :: stat local
93 integer :: stat local
121 integer :: len, stat local
H A Dmove_alloc.f9028 integer :: stat local
49 integer :: stat local
H A Dsignal.f9022 integer :: stat = 0 local
/llvm-project/mlir/tools/mlir-tblgen/
H A DPassDocGen.cpp50 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 Dc.h3 struct stat {}; struct
/llvm-project/lld/test/ELF/
H A Dpack-dyn-relocs-glibc.s55 stat: label
/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A DT.pass.cpp239 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 Ddebug-info-global-ctor-dtor.cpp19 static A stat; in foo() local
/llvm-project/clang/test/Analysis/Inputs/
H A Dstd-c-library-functions-POSIX.h19 struct stat { struct
20 int a;
/llvm-project/clang/test/Index/
H A Dprint-bitwidth.c13 union S stat; member
/llvm-project/flang/lib/Semantics/
H A Dcheck-coarray.cpp76 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 Dparent-virtual-call.cpp14 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 Dintrinsic-dynamically-optional.f90101 integer, allocatable :: stat local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h168 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 Dkmp_stats.cpp601 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

123