Home
last modified time | relevance | path

Searched refs:SymbolIdx (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Parse/
DParseExprCXX.cpp2241 unsigned SymbolIdx = 0; in ParseUnqualifiedIdOperator() local
2249 SymbolLocations[SymbolIdx++] = ConsumeToken(); in ParseUnqualifiedIdOperator()
2260 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2261 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2271 SymbolLocations[SymbolIdx++] = ConsumeToken(); \ in ParseUnqualifiedIdOperator()
2285 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2286 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
2299 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2300 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp565 uint32_t SymbolIdx = RE->Word1 & 0xffffff; in getRelocationSymbol() local
572 for (unsigned i = 0; i < SymbolIdx; i++) { in getRelocationSymbol()
/external/llvm/lib/Object/
DMachOObjectFile.cpp758 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() local
767 uint64_t Offset = S.symoff + SymbolIdx * SymbolTableEntrySize; in getRelocationSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp2089 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() local
2098 uint64_t Offset = S.symoff + SymbolIdx * SymbolTableEntrySize; in getRelocationSymbol()