HomeSort by: relevance | last modified time | path
    Searched defs:Present (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MCAsmParser.cpp 79 bool Present = (getTok().getKind() == T);
80 if (Present)
82 return Present;
  /src/external/bsd/nvi/dist/motif/
m_cde.c 43 #define Present (Required+Useful)
138 return retval >= Present;
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
DisassemblerTypes.h 62 * symbol names are present in the relocation information. The VariantKind
67 uint64_t Present; /* 1 if this symbol is present */
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 49 int I = Map.Present.find_first();
73 assert(Map->Present.test(Index));
85 if (Map->Present.test(Index))
133 if (auto EC = readSparseBitVector(Stream, Present))
135 if (Present.count() != H->Size)
137 "Present bit vector does not match size!");
141 if (Present.intersects(Deleted))
143 "Present bit vector intersects deleted!");
145 for (uint32_t P : Present) {
162 int NumBitsP = Present.find_last() + 1
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 485 /// no requires clause present.
572 /// Set if the monotonic schedule modifier was present.
574 /// Set if the nonmonotonic schedule modifier was present.
1206 // Builder if one is present.
2059 // Emit the 'else' code if present.
6732 // Handle if clause. If if clause present, the number of threads is
6925 // Handle if clause. If if clause present, the number of threads is
8326 enum MapKind { Present, Allocs, Other, Total };
8364 Kind = Present;
8386 Kind = Present;
    [all...]

Completed in 44 milliseconds