HomeSort by: relevance | last modified time | path
    Searched refs:array_lengthof (Results 1 - 25 of 83) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentCommandTraits.cpp 20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) {
118 if (CommandID < llvm::array_lengthof(Commands))
134 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)];
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCCallingConv.cpp 40 const unsigned NumArgRegs = array_lengthof(ArgRegs);
65 const unsigned NumArgRegs = array_lengthof(ArgRegs);
91 const unsigned NumArgRegs = array_lengthof(ArgRegs);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
RISCVAttributeParser.cpp 56 for (unsigned AHI = 0, AHE = array_lengthof(displayRoutines); AHI != AHE;
ARMAttributeParser.cpp 212 if (value < array_lengthof(strings))
231 if (value < array_lengthof(strings))
361 for (unsigned AHI = 0, AHE = array_lengthof(displayRoutines); AHI != AHE;
X86TargetParser.cpp 56 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) {
65 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) {
76 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I)
84 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I)
91 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I)
97 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I)
CrashRecoveryContext.cpp 347 static const unsigned NumSignals = array_lengthof(Signals);
NativeFormatting.cpp 148 ::memset(NumberBuffer, '0', llvm::array_lengthof(NumberBuffer));
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Signals.inc 242 array_lengthof(IntSigs) + array_lengthof(KillSigs) +
243 array_lengthof(InfoSigs) + 1 /* SIGPIPE */;
301 assert(Index < array_lengthof(RegisteredSignalInfo) &&
565 depth = backtrace(StackTrace, static_cast<int>(array_lengthof(StackTrace)));
571 static_cast<int>(array_lengthof(StackTrace)));
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmBackend.cpp 109 assert((size_t)Kind <= array_lengthof(Builtins) && "Unknown fixup kind");
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEFrameLowering.h 65 NumEntries = array_lengthof(Offsets);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SubtargetFeature.h 106 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) {
118 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) {
130 for (unsigned I = 0, E = array_lengthof(Bits); I != E; ++I) {
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
NVPTX.h 157 if (AddressSpace >= llvm::array_lengthof(NVPTXDWARFAddrSpaceMap) ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600RegisterInfo.cpp 32 assert(Channel < array_lengthof(SubRegFromChannelTable));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
MetaRenamer.cpp 63 return metaNames[prng.rand() % array_lengthof(metaNames)];
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 162 for (unsigned I = 0; I < array_lengthof(ReservedGPR32); ++I)
172 for (unsigned I = 0; I < array_lengthof(ReservedGPR64); ++I)
  /src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 210 array_lengthof(Filename) - 1);
245 array_lengthof(PathName),
250 else if (length > array_lengthof(PathName)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430AsmBackend.cpp 84 static_assert((array_lengthof(Infos)) == MSP430::NumTargetFixupKinds,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 423 static_assert(array_lengthof(LittleEndianInfos) == Mips::NumTargetFixupKinds,
502 static_assert(array_lengthof(BigEndianInfos) == Mips::NumTargetFixupKinds,
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Compilation.cpp 281 for (unsigned i = 0, e = llvm::array_lengthof(OutputOpts); i != e; ++i) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp 114 if ((size_t)A.getParsedKind() < llvm::array_lengthof(AttrInfoMap))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 671 if (RegNo >= array_lengthof(CtrlRegDecoderTable))
699 if (RegNo >= array_lengthof(CtrlReg64DecoderTable))
779 if (RegNo >= array_lengthof(GuestRegDecoderTable))
805 if (RegNo >= array_lengthof(GuestReg64DecoderTable))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 100 NumEntries = array_lengthof(Offsets);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp 203 static const unsigned StaticDiagInfoSize = llvm::array_lengthof(StaticDiagInfo);
318 return llvm::array_lengthof(CategoryNameTable) - 1;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-config/
llvm-config.cpp 173 for (unsigned i = 0; i != array_lengthof(AvailableComponents); ++i) {
537 for (unsigned j = 0; j != array_lengthof(AvailableComponents); ++j) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 891 (unsigned)VT.getSimpleVT().SimpleTy < array_lengthof(RegClassForVT));
1045 if (Op >= array_lengthof(OpActions[0])) return Custom;
1338 assert((unsigned)CC < array_lengthof(CondCodeActions) &&
1339 ((unsigned)VT.SimpleTy >> 3) < array_lengthof(CondCodeActions[0]) &&
1442 assert((unsigned)VT.SimpleTy < array_lengthof(RegisterTypeForVT));
1450 array_lengthof(RegisterTypeForVT));
1478 array_lengthof(NumRegistersForVT));
1546 assert(unsigned(NT >> 3) < array_lengthof(TargetDAGCombineArray));
2149 assert((unsigned)VT.SimpleTy < array_lengthof(RegClassForVT));
2167 assert(Op < array_lengthof(OpActions[0]) && "Table isn't big enough!")
    [all...]

Completed in 34 milliseconds

1 2 3 4