HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 2576 - 2600 of 5944) sorted by null

<<101102103104105106107108109110>>

  /external/clang/lib/CodeGen/
CGRecordLayout.h 50 /// bitfield, and the second is the padding out to a 4-byte alignmnet.
210 return it->second;
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 113 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second));
  /external/clang/lib/Tooling/
Refactoring.cpp 118 this->ReplacementRange = Range(DecomposedLocation.second, Length);
133 End.second += Lexer::MeasureTokenLength(SpellingEnd, Sources,
135 return End.second - Start.second;
Tooling.cpp 342 if (chdir(Command.second.Directory.c_str()))
344 Twine(Command.second.Directory) + "\n!");
345 std::vector<std::string> CommandLine = Command.second.CommandLine;
358 Invocation.mapVirtualFile(MappedFile.first, MappedFile.second);
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 199 struct Second {};
216 void template_template_fun(Type<Thing<Second, true>, Second>) { }
223 void template_template_specialization<void (Type<Thing<Second, true>, Second>)>() {
234 int second; member in struct:record
pointers-to-data-members.cpp 138 int second; member in struct:PR7139::pair
  /external/clang/test/Index/
index-templates.cpp 78 U second; member in struct:Pair
  /external/clang/unittests/Tooling/
RewriterTestContext.h 74 StringRef Found = TemporaryFiles.GetOrCreateValue(Name, Path.str()).second;
  /external/compiler-rt/lib/sanitizer_common/tests/
standalone_malloc_test.cc 43 size_t size = allocated[slot].second;
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 194 if (arch.IsValid() && pos->second->GetArchitecture().IsCompatibleMatch(arch) == false)
196 else if (file_offset != LLDB_INVALID_OFFSET && pos->second->GetFileOffset() != file_offset)
200 if (pos->second->GetModificationTime() == time)
202 return pos->second;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugRanges.cpp 185 range_list = pos->second;
UniqueDWARFASTType.h 164 return pos->second.Find (symfile, cu, die, decl, byte_size, entry);
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 154 return I != ValueState.end() ? I->second : LatticeFunc->getUntrackedVal();
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 198 unsigned Reg = It->second;
  /external/llvm/include/llvm/MC/
MCStreamer.h 307 return SectionStack.back().second;
341 ChangeSection(curSection.first, curSection.second);
361 SectionStack.back().second = curSection;
375 SectionStack.back().second = curSection;
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 48 // First and Second size parameters (or -1 if unused)
376 APInt ObjSize = Data.first, Offset = Data.second;
543 return std::make_pair(PtrData.first, PtrData.second + Offset);
616 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second))
630 ConstantInt::get(Context, Const.second));
637 return CacheIt->second;
739 Offset = Builder.CreateAdd(PtrData.second, Offset);
773 OffsetPHI->addIncoming(EdgeData.second, PHI.getIncomingBlock(i));
801 Value *Offset = Builder.CreateSelect(I.getCondition(), TrueSide.second,
802 FalseSide.second);
    [all...]
RegionInfo.cpp 62 delete it->second;
317 return at->second;
474 delete I->second;
499 DST *entrySuccs = &DF->find(entry)->second;
512 DST *exitSuccs = &DF->find(exit)->second;
545 // We found a region e that starts at exit. Therefore (entry, e->second)
548 BasicBlock *BB = e->second;
560 return PDT->getNode(e->second)->getIDom();
673 Region *newRegion = it->second;
752 return I != BBtoRegion.end() ? I->second : nullptr
    [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 326 if (MO.isUse() && DI->second < LastUse)
327 LastUse = DI->second;
328 if (MO.isDef() && DI->second > LastDef)
329 LastDef = DI->second;
484 Reg = SI->second;
521 // In this case, it might not be possible to coalesce the second MOV8rr
681 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second;
694 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second;
699 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second;
729 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second;
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 147 std::make_pair(CallSite, F)).second;
256 return I->second;
264 if (I->second == Resolver)
443 return LabelLocations.find(Label)->second;
466 for (SmallPtrSet<void*, 1>::const_iterator I = F2C->second.begin(),
467 E = F2C->second.end(); I != E; ++I) {
631 F = I.second;
    [all...]
  /external/llvm/lib/MC/
MCRegisterInfo.cpp 85 return I->second;
  /external/llvm/lib/Target/Mips/
MipsMachineFunction.cpp 69 delete Entry.second;
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 53 I->setOperand(op, It->second);
60 PN->setIncomingBlock(i, cast<BasicBlock>(It->second));
318 LastValueMap[VI->first] = VI->second;
332 Incoming = It->second;
  /external/llvm/test/MC/ARM/
eh-compact-pr1.s 65 @ The first word should be relocated to .TEST1 section, and the second word
eh-directive-setfp-diagnostics.s 76 @ TEST5: .setfp with non-sp register as second operand
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 58 return I->second;
69 AsmWriterOperand TheOp = OpsToPrint.back().second;
75 if (OpsToPrint[i-1].second == TheOp) {
276 // Nuke the second character.
400 // We always emit at least one 32-bit table. A second table is emitted if
412 // Add a second OpInfo table only when it is necessary.
413 // Adjust the type of the second table based on the number of bits needed.
757 if (LHS.second == RHS.second) {
764 return LHS.second > RHS.second
    [all...]

Completed in 952 milliseconds

<<101102103104105106107108109110>>