A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://clang.llvm.org/doxygen/HeaderMapTypes_8h_source.html below:

clang: include/clang/Lex/HeaderMapTypes.h Source File

Go to the documentation of this file. 1//===- HeaderMapTypes.h - Types for the header map format -------*- C++ -*-===// 3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4// See https://llvm.org/LICENSE.txt for license information. 5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7//===----------------------------------------------------------------------===// 9#ifndef LLVM_CLANG_LEX_HEADERMAPTYPES_H 10#define LLVM_CLANG_LEX_HEADERMAPTYPES_H 23

uint32_t

Key

;

// Offset (into strings) of key. 24

uint32_t

Prefix

;

// Offset (into strings) of value prefix. 25

uint32_t

Suffix

;

// Offset (into strings) of value suffix. 29

uint32_t

Magic

;

// Magic word, also indicates byte order. 30

uint16_t

Version

;

// Version number -- currently 1. 31

uint16_t

Reserved

;

// Reserved for future use - zero for now. 33

uint32_t

NumEntries

;

// Number of entries in the string table. 34

uint32_t

NumBuckets

;

// Number of buckets (always a power of 2). 36 // An array of 'NumBuckets' HMapBucket objects follows this header. 37 // Strings follow the buckets, at StringsOffset. 40

}

// end namespace clang.

The JSON file list parser is used to communicate input to InstallAPI.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4