| /netbsd-src/share/misc/ |
| H A D | zipcodes | 26362 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 D | na.phone.add | 26 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 D | na.phone | 25 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 D | lock_stubs.S | 215 #define IL \ macro 222 IL IL IL IL IL IL IL IL
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | SmallPtrSet.h | 398 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 D | TinyPtrVector.h | 114 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 D | SmallVector.h | 663 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 D | CStringSyntaxChecker.cpp | 67 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 D | AnalysisManager.h | 133 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 D | areas | 15 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 D | state | 13 Ill{inois}|IL:Springfield:IL:violet
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.cpp | 63 IL = new IntrinsicLowering(getDataLayout()); in Interpreter() 67 delete IL; in ~Interpreter()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 306 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 D | OWNER | 4 Skokie, IL 60077
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Format.h | 228 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 D | InstrInfoEmitter.cpp | 734 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 D | BumpVector.h | 215 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 D | ca-key2.pem | 5 H0/7DehJ6ugIabapyf3mFV/RLi0w8FeeSqbW+IL/SULOr9NWhB8yfShpStsyqUvQ
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/certs/ |
| H A D | ca-key2.pem | 5 H0/7DehJ6ugIabapyf3mFV/RLi0w8FeeSqbW+IL/SULOr9NWhB8yfShpStsyqUvQ
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mom/examples/ |
| H A D | typesetting.mom | 144 .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 D | protocols | 40 il 40 IL # IL Transport Protocol
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 625 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 D | SourceLocation.h | 313 SourceLocation IL) 314 : Filename(FN), ID(FID), Line(Ln), Col(Co), IncludeLoc(IL) {}
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 1147 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 D | loop_proto_to_cxx.cpp | 127 InnerLoop IL; in NestedLoopToString() local
|