Home
last modified time | relevance | path

Searched defs:type_bits (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch.h1332 static inline int type_bits(struct symbol *type) in type_bits() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2748 const unsigned type_bits = ast.getIntWidth(qt); in ExtractIntFromFormValue() local