Home
last modified time | relevance | path

Searched refs:IL (Results 1 – 25 of 140) sorted by relevance

123456

/netbsd-src/share/misc/
H A Dzipcodes26362 60001:Alden, IL
26363 60002:Antioch, IL
26364 60004:Arlington Heights, IL
26365 60005:Arlington Heights, IL
26366 60006:Arlington Heights, IL
26367 60007:Elk Grove Village, IL
26368 60008:Rolling Meadows, IL
26369 60009:Elk Grove Village, IL
26370 60010:Barrington, IL
26371 60011:Barrington, IL
[all …]
H A Dna.phone.add26 217:Illinois (USA):Champaign, Springfield:IL
29 224:Illinois (USA):suburban Chicago:IL
60 309:Illinois (USA):Bloomington, Peoria:IL
62 312:Illinois (USA):Chicago:IL
164 618:Illinois (USA):Collinsville, Granite City:IL
168 630:Illinois (USA):suburban Chicago:IL
193 708:Illinois (USA):Des Plaines, Palatine, Waukegan:IL
216 773:Illinois (USA):Chicago:IL
239 815:Illinois (USA):Joliet, Rockford:IL
250 847:Illinois (USA):suburban Chicago:IL
H A Dna.phone25 217:Illinois (USA):Champaign, Springfield:IL
30 224:Illinois (USA):suburban Chicago:IL
76 309:Illinois (USA):Bloomington, Peoria:IL
78 312:Illinois (USA):Chicago:IL
256 618:Illinois (USA):Collinsville, Granite City:IL
265 630:Illinois (USA):suburban Chicago:IL
307 708:Illinois (USA):Des Plaines, Palatine, Waukegan:IL
347 773:Illinois (USA):Chicago:IL
373 815:Illinois (USA):Joliet, Rockford:IL
395 847:Illinois (USA):suburban Chicago:IL
/netbsd-src/sys/arch/hppa/hppa/
H A Dlock_stubs.S215 #define IL \ macro
222 IL IL IL IL IL IL IL IL
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallPtrSet.h398 void insert(std::initializer_list<PtrType> IL) {
399 insert(IL.begin(), IL.end());
473 SmallPtrSet(std::initializer_list<PtrType> IL)
475 this->insert(IL.begin(), IL.end());
493 operator=(std::initializer_list<PtrType> IL) {
495 this->insert(IL.begin(), IL.end());
H A DTinyPtrVector.h114 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector() argument
115 : Val(IL.size() == 0 in TinyPtrVector()
117 : IL.size() == 1 ? PtrUnion(*IL.begin()) in TinyPtrVector()
118 : PtrUnion(new VecTy(IL.begin(), IL.end()))) {} in TinyPtrVector()
H A DSmallVector.h663 void append(std::initializer_list<T> IL) { in append() argument
664 append(IL.begin(), IL.end()); in append()
698 void assign(std::initializer_list<T> IL) { in assign() argument
700 append(IL); in assign()
904 void insert(iterator I, std::initializer_list<T> IL) { in insert() argument
905 insert(I, IL.begin(), IL.end()); in insert()
1197 SmallVector(std::initializer_list<T> IL) : SmallVectorImpl<T>(N) {
1198 this->assign(IL);
1231 SmallVector &operator=(std::initializer_list<T> IL) {
1232 this->assign(IL);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp67 if (const auto *IL = dyn_cast<IntegerLiteral>(E)) in isOne() local
68 return (IL->getValue().isIntN(1)); in isOne()
181 if (const auto *IL = dyn_cast<IntegerLiteral>(LenArg->IgnoreParenImpCasts())) { in containsBadStrlcpyStrlcatPattern() local
182 uint64_t ILRawVal = IL->getValue().getZExtValue(); in containsBadStrlcpyStrlcatPattern()
192 if ((IL = dyn_cast<IntegerLiteral>(BE->getRHS()->IgnoreParenImpCasts()))) { in containsBadStrlcpyStrlcatPattern()
193 DstOff = IL->getValue().getZExtValue(); in containsBadStrlcpyStrlcatPattern()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
134 if (!IL.isValid() || !SM.isInMainFile(IL)) in isInCodeFile()
138 if (SM.getFilename(IL).contains("UnifiedSource")) { in isInCodeFile()
/netbsd-src/games/quiz/datfiles/
H A Dareas15 217:central illinois|IL:springfield
26 309:northwestern illinois|IL:peoria
27 312:chicago, illinois|IL:
81 618:southern illinois|IL:centralia
107 815:northeastern illinois|IL:rockford
H A Dstate13 Ill{inois}|IL:Springfield:IL:violet
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp63 IL = new IntrinsicLowering(getDataLayout()); in Interpreter()
67 delete IL; in ~Interpreter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp306 Dir->setIsLastIterVariable(Exprs.IL); in Create()
373 Dir->setIsLastIterVariable(Exprs.IL); in Create()
503 Dir->setIsLastIterVariable(Exprs.IL); in Create()
548 Dir->setIsLastIterVariable(Exprs.IL); in Create()
841 Dir->setIsLastIterVariable(Exprs.IL); in Create()
945 Dir->setIsLastIterVariable(Exprs.IL); in Create()
990 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1033 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1078 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1122 Dir->setIsLastIterVariable(Exprs.IL); in Create()
[all …]
/netbsd-src/games/phantasia/
H A DOWNER4 Skokie, IL 60077
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormat.h228 FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, Optional<uint64_t> O,
230 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL),
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp734 unsigned &IL = EmittedLists[Uses]; in run() local
735 if (!IL) PrintDefList(Uses, IL = ++ListNumber, OS); in run()
739 unsigned &IL = EmittedLists[Defs]; in run() local
740 if (!IL) PrintDefList(Defs, IL = ++ListNumber, OS); in run()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h215 for (T *I = E + D - 1, *IL = S + D - 1; I != IL; --I) { in move_range_right() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/
H A Dca-key2.pem5 H0/7DehJ6ugIabapyf3mFV/RLi0w8FeeSqbW+IL/SULOr9NWhB8yfShpStsyqUvQ
/netbsd-src/crypto/external/bsd/openssl/dist/test/certs/
H A Dca-key2.pem5 H0/7DehJ6ugIabapyf3mFV/RLi0w8FeeSqbW+IL/SULOr9NWhB8yfShpStsyqUvQ
/netbsd-src/external/gpl2/groff/dist/contrib/mom/examples/
H A Dtypesetting.mom144 .IL \w'*'+2p
148 \# Subsequent output lines will be indented by the .IL amount.
162 \# Notice, above, that although the values for IL and HI are the width
311 .IL \w'\0.\0' \" Establish a left indent equal to the width of 2 figure spaces plus a period.
331 above by 1 pica. IL arguments are always added to whatever value
332 is in already effect for IL, hence all we have to do is tell mom to
339 .IL 1P+\w'\(bu\*[FWD 3p]'
360 \# The argument to IL, above, was 1P+\w'\(bu\*[FWD 3p]', so we just reverse
364 .IL -(1P+\w'\(bu\*[FWD 3p]')
657 .IL 3.5P
/netbsd-src/external/bsd/ipf/dist/etc/
H A Dprotocols40 il 40 IL # IL Transport Protocol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp625 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
627 auto ExpF = getFileName(Strings, Checksums, IL.Header->FileID); in fromCodeViewSubsection()
631 Site.Inlinee = IL.Header->Inlinee.getIndex(); in fromCodeViewSubsection()
632 Site.SourceLineNum = IL.Header->SourceLineNum; in fromCodeViewSubsection()
634 for (const auto EF : IL.ExtraFiles) { in fromCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h313 SourceLocation IL)
314 : Filename(FN), ID(FID), Line(Ln), Col(Co), IncludeLoc(IL) {}
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1147 Address IL = Address::invalid();
1160 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL,
1163 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB), in IVSize()
1235 Address IL, Address LB,
2131 unsigned IVSize, bool IVSigned, Address IL,
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dloop_proto_to_cxx.cpp127 InnerLoop IL; in NestedLoopToString() local

123456