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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h 146 unsigned FieldIndex;
CGOpenMPRuntime.cpp 7191 /// [ValueDecl *] --> {LE(FieldIndex, Pointer),
7192 /// HE(FieldIndex, Pointer)}
7195 std::pair<unsigned /*FieldIndex*/, Address /*Pointer*/> LowestElem = {
7197 std::pair<unsigned /*FieldIndex*/, Address /*Pointer*/> HighestElem = {
7979 unsigned FieldIndex = FD->getFieldIndex();
7983 PartialStruct.LowestElem = {FieldIndex, LowestElem};
7988 PartialStruct.HighestElem = {FieldIndex, HB};
7990 PartialStruct.HighestElem = {FieldIndex, LowestElem};
7994 } else if (FieldIndex < PartialStruct.LowestElem.first) {
7995 PartialStruct.LowestElem = {FieldIndex, LowestElem}
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 3992 size_t FieldIndex = 0;
3996 FieldIndex < Structure.Fields.size()) {
3997 const FieldInfo &Field = Structure.Fields[FieldIndex++];
4013 if (FieldIndex == Structure.Fields.size())
4020 for (auto It = Structure.Fields.begin() + FieldIndex;

Completed in 40 milliseconds