Searched refs:PropertyList (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c140 FILE *PropertyList = fopen(PListPath, "r"); local
141 if (!PropertyList)
149 fseek(PropertyList, 0, SEEK_END);
150 long PListFileSize = ftell(PropertyList);
153 rewind(PropertyList);
159 size_t NumRead = fread(PListBuf, 1, (size_t)PListFileSize, PropertyList);
201 fclose(PropertyList);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3132 llvm::Constant *PropertyList = local
3152 Elements.add(PropertyList);

Completed in 69 milliseconds