Searched refs:It (Results 1 - 25 of 198) sorted by relevance

12345678

/external/stlport/test/compiler/StTerm-order/
H A Dstterm-test.cc19 It ctor done <-- 0
23 It dtor done <-- 0
32 It ctor done <-- 0
38 It dtor done <-- 0
66 class It class
69 It();
70 ~It();
89 static It it;
104 It::It() function in class:It
[all...]
/external/valgrind/main/memcheck/tests/
H A Ddeep_templates.stdout.exp0 It's not NULL. How DULL.
/external/clang/include/clang/AST/
H A DDeclLookups.h26 StoredDeclsMap::iterator It, End; member in class:clang::DeclContext::all_lookups_iterator
35 all_lookups_iterator(StoredDeclsMap::iterator It, argument
37 : It(It), End(End) {}
39 reference operator*() const { return It->second.getLookupResult(); }
40 pointer operator->() const { return It->second.getLookupResult(); }
47 ++It;
48 } while (It != End &&
49 It->first == DeclarationName::getUsingDirectiveName());
61 return x.It
[all...]
/external/clang/test/SemaTemplate/
H A Doverload-uneval.cpp27 class It class in class:Wibble
33 inline bool operator!=(const It &o) const { return i !=
39 Wibble<void*>::It a, b;
/external/llvm/include/llvm/ADT/
H A DSetVector.h52 template<typename It>
53 SetVector(It Start, It End) {
109 template<typename It>
110 void insert(It Start, It End) {
175 template<typename It>
176 SmallSetVector(It Start, It End) {
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp22 for (IDToNodeMap::const_iterator It = NodeMap.begin();
23 It != NodeMap.end();
24 ++It) {
25 Builder->setBinding(It->first, It->second);
H A DASTMatchFinder.cpp90 // result. It consists of an ID of the MatcherInterface (for
300 // It is wrong to assume that the relation is a chain. A correct
430 It = Aliases.begin(), End = Aliases.end();
431 It != End; ++It) {
432 if (Matcher.matches(**It, this, Builder))
479 for (BaseIterator It = Declaration->bases_begin(),
480 End = Declaration->bases_end(); It != End; ++It) {
481 const Type *TypeNode = It
[all...]
/external/clang/unittests/Tooling/
H A DTestVisitor.h121 It = ExpectedMatches.begin(), End = ExpectedMatches.end();
122 It != End; ++It) {
123 It->ExpectFound();
136 It = DisallowedMatches.begin(), End = DisallowedMatches.end();
137 It != End; ++It) {
138 EXPECT_FALSE(It->Matches(Name, FullLocation))
139 << "Matched disallowed " << *It;
143 It
[all...]
/external/llvm/lib/Analysis/
H A DIntervalPartition.cpp48 for (Interval::node_iterator It = I->Nodes.begin(), End = I->Nodes.end();
49 It != End; ++It)
50 IntervalMap.insert(std::make_pair(*It, I));
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h67 DenseMap<Instruction*, unsigned>::iterator It = WorklistMap.find(I); local
68 if (It == WorklistMap.end()) return; // Not in worklist.
71 Worklist[It->second] = 0;
73 WorklistMap.erase(It);
/external/llvm/include/llvm/Support/
H A DCFG.h33 USE_iterator It; member in class:llvm::PredIterator
37 while (!It.atEnd() && !isa<TerminatorInst>(*It))
38 ++It;
45 explicit inline PredIterator(Ptr *bb) : It(bb->use_begin()) {
48 inline PredIterator(Ptr *bb, bool) : It(bb->use_end()) {}
50 inline bool operator==(const Self& x) const { return It == x.It; }
54 assert(!It.atEnd() && "pred_iterator out of range!");
55 return cast<TerminatorInst>(*It)
[all...]
H A DGetElementPtrTypeIterator.h33 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { argument
36 I.OpIt = It;
39 static generic_gep_type_iterator end(ItTy It) { argument
42 I.OpIt = It;
62 // This is a non-standard operator->. It allows you to call methods on the
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_temp_storage_unittest.cc45 typedef std::map<std::string, std::string>::iterator It; typedef
46 std::vector<It> a_list;
47 for (It it = ref_map_.begin(); it != ref_map_.end(); ++it) {
51 std::vector<It> b_list(a_list);
/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp10 // This file implements some loop unrolling utilities. It does not define any
45 ValueToValueMapTy::iterator It = VMap.find(Op); local
46 if (It != VMap.end())
47 I->setOperand(op, It->second);
52 ValueToValueMapTy::iterator It = VMap.find(PN->getIncomingBlock(i)); local
53 if (It != VMap.end())
54 PN->setIncomingBlock(i, cast<BasicBlock>(It->second));
270 for (unsigned It = 1; It != Count; ++It) {
307 ValueToValueMapTy::iterator It = LastValueMap.find(Incoming); local
[all...]
/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp33 It = CompilationDatabasePluginRegistry::begin(),
35 It != Ie; ++It) {
37 OwningPtr<CompilationDatabasePlugin> Plugin(It->instantiate());
42 ErrorStream << It->getName() << ": " << DatabaseErrorMessage << "\n";
H A DTooling.cpp226 It = MappedFileContents.begin(), End = MappedFileContents.end();
227 It != End; ++It) {
230 llvm::MemoryBuffer::getMemBuffer(It->getValue());
233 It->getKey(), Input->getBufferSize(), 0);
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp265 std::map<StringRef, StringRef>::iterator It; local
266 It = resultMap.find(sys::path::filename(inputOrigFname));
267 if (It == resultMap.end()) {
274 sys::fs::exists(It->second, exists);
276 errs() << "error: '" << It->second << "' does not exist\n";
285 if (!filesCompareEqual(It->second, inputResultFname)) {
286 errs() << "error: '" << It->second << "' is different than "
291 resultMap.erase(It);
/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h191 DenseMap<const Value*, unsigned>::const_iterator It = ValueMap.find(PN); local
192 if (It == ValueMap.end())
195 unsigned Reg = It->second;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A Ddownload.php42 <p>It is very important to read the following notes in order to run this version
/external/llvm/include/llvm/Analysis/
H A DIntervalIterator.h26 // It is only safe to use this if all of the intervals are deleted by the caller
159 // interval graph. It walks through the source graph, recursively creating
228 for (typename GT::ChildIteratorType It = GT::child_begin(Node),
229 End = GT::child_end(Node); It != End; ++It)
230 ProcessNode(Int, getSourceGraphNode(OrigContainer, *It));
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S13 # It is encoded as "d9 /5" which means
/external/valgrind/main/exp-bbv/tests/x86/
H A Dfldcw_check.S13 # It is encoded as "d9 /5" which means
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DrunPatchCommand.pl67 +It would be great if you could file a bug report. Thanks!
/external/llvm/lib/Support/Windows/
H A DProcess.inc47 // to Windows XP so to use it requires dynamic linking. It is not clear
/external/llvm/test/Bindings/Ocaml/
H A Dtarget.ml6 (* Note: It takes several seconds for ocamlopt to link an executable with

Completed in 1427 milliseconds

12345678