Home
last modified time | relevance | path

Searched defs:Present (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/motif/
H A Dm_cde.c43 #define Present (Required+Useful) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp79 bool Present = (getTok().getKind() == T); in parseOptionalToken() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDisassemblerTypes.h67 uint64_t Present; /* 1 if this symbol is present */ member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h270 mutable SparseBitVector<> Present; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1432 bool Present = false; in dumpTpiStream() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8326 enum MapKind { Present, Allocs, Other, Total }; in generateAllInfoForClauses() enumerator