Searched refs:UInt8 (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c44 typedef unsigned char UInt8; typedef
56 const UInt8 *, CFIndex,
147 UInt8 *PListBuf = NULL;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h400 UInt8, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
428 explicit Variant(uint8_t V) : Type(PDB_VariantType::UInt8) {
429 Value.UInt8 = V;
459 uint8_t UInt8; member in union:llvm::pdb::PDB_Checksum::PDB_StackFrameType::PDB_MemoryType::PDB_BuiltinType::PDB_MemberAccess::Variant::__anon1807
481 VARIANT_EQUAL_CASE(UInt8)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp92 NULL, (const UInt8 *)exec_cf_path, strlen(exec_cf_path),
102 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) {
126 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) {
167 dsym_url.get(), true, (UInt8 *)path, sizeof(path) - 1)) {
191 true, (UInt8 *)path,
607 NULL, (const UInt8 *)command_output.data(), command_output.size(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS)
370 case PDB_VariantType::UInt8:
371 OS << static_cast<unsigned>(Value.Value.UInt8);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp67 EW.write(FirstByte::UInt8);
H A DMsgPackReader.cpp58 case FirstByte::UInt8:
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp160 CFStringCreateWithBytes(nullptr, (const UInt8 *)Path.data(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp89 case PDB_VariantType::UInt8:
1137 case PDB_VariantType::UInt8:
1138 raw_value = v.Value.UInt8;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp91 url.get(), true, (UInt8 *)resolved_path, resolved_path_size))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp50 Result.Value.UInt8 = V.bVal;
51 Result.Type = PDB_VariantType::UInt8;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dconfig_file.c301 url = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault, (UInt8 *)path, strlen(path), FALSE);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c1211 CFDataAppendBytes(*resource, (UInt8 *)data, *len);

Completed in 311 milliseconds