| /freebsd-11-stable/usr.bin/look/ |
| HD | look.c | 106 unsigned char *back, *front; in main() local 158 back = front + sb.st_size; in main() 159 match *= (look(key, front, back)); in main() 198 look(wchar_t *string, unsigned char *front, unsigned char *back) in look() argument 201 front = binary_search(string, front, back); in look() 202 front = linear_search(string, front, back); in look() 205 print_from(string, front, back); in look() 248 #define SKIP_PAST_NEWLINE(p, back) \ argument 249 while (p < back && *p++ != '\n'); 252 binary_search(wchar_t *string, unsigned char *front, unsigned char *back) in binary_search() argument [all …]
|
| /freebsd-11-stable/sys/dev/e1000/ |
| HD | e1000_osdep.h | 147 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \ 148 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset) 152 bus_space_write_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \ 153 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, offset, value) 158 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \ 159 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \ 163 bus_space_write_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \ 164 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \ 168 bus_space_read_4(((struct e1000_osdep *)(hw)->back)->mem_bus_space_tag, \ 169 ((struct e1000_osdep *)(hw)->back)->mem_bus_space_handle, \ [all …]
|
| HD | e1000_osdep.c | 46 pci_write_config(((struct e1000_osdep *)hw->back)->dev, reg, *value, 2); in e1000_write_pci_cfg() 52 *value = pci_read_config(((struct e1000_osdep *)hw->back)->dev, reg, 2); in e1000_read_pci_cfg() 58 pci_write_config(((struct e1000_osdep *)hw->back)->dev, PCIR_COMMAND, in e1000_pci_set_mwi() 65 pci_write_config(((struct e1000_osdep *)hw->back)->dev, PCIR_COMMAND, in e1000_pci_clear_mwi() 75 device_t dev = ((struct e1000_osdep *)hw->back)->dev; in e1000_read_pcie_cap_reg() 89 device_t dev = ((struct e1000_osdep *)hw->back)->dev; in e1000_write_pcie_cap_reg()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| HD | MsgPackDocument.cpp | 129 else if (Stack.back().Node.getKind() == Type::Array) { in readFromBlob() 131 auto &Array = Stack.back().Node.getArray(); in readFromBlob() 134 auto &Map = Stack.back().Node.getMap(); in readFromBlob() 135 if (!Stack.back().MapEntry) { in readFromBlob() 137 Stack.back().MapEntry = &Map[Node]; in readFromBlob() 140 *Stack.back().MapEntry = Node; in readFromBlob() 141 Stack.back().MapEntry = nullptr; in readFromBlob() 157 if (Stack.back().Node.getKind() == msgpack::Type::Array) { in readFromBlob() 158 if (Stack.back().Node.getArray().size() != Stack.back().Length) in readFromBlob() 161 if (Stack.back().MapEntry || in readFromBlob() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Format/ |
| HD | ContinuationIndenter.cpp | 267 State.Stack.back().AvoidBinPacking = true; in getInitialState() 268 State.Stack.back().BreakBeforeParameter = true; in getInitialState() 269 State.Stack.back().AlignColons = false; in getInitialState() 281 if (!Current.CanBreakBefore && !(State.Stack.back().BreakBeforeClosingBrace && in canBreak() 300 if (Current.isMemberAccess() && State.Stack.back().ContainsUnwrappedBuilder) in canBreak() 320 State.Stack.back().NoLineBreakInOperand) in canBreak() 326 return !State.Stack.back().NoLineBreak; in canBreak() 334 if (State.Stack.back().BreakBeforeClosingBrace && in mustBreak() 356 State.Stack.back().BreakBeforeParameter && !Current.isTrailingComment() && in mustBreak() 375 State.Stack.back().BreakBeforeParameter) && in mustBreak() [all …]
|
| HD | TokenAnnotator.cpp | 92 Left->ParentBracket = Contexts.back().ContextKind; in parseAngle() 97 bool InExprContext = Contexts.back().IsExpression; in parseAngle() 99 Contexts.back().IsExpression = false; in parseAngle() 102 Contexts.back().InTemplateArgument = in parseAngle() 167 Left->ParentBracket = Contexts.back().ContextKind; in parseParens() 171 Contexts.back().ColonIsForRangeExpr = in parseParens() 184 Contexts.back().IsExpression = false; in parseParens() 191 Contexts.back().IsExpression = false; in parseParens() 199 Contexts.back().IsExpression = true; in parseParens() 205 Contexts.back().IsExpression = false; in parseParens() [all …]
|
| /freebsd-11-stable/sys/dev/ixgbe/ |
| HD | ixgbe_osdep.c | 40 return pci_read_config(((struct adapter *)hw->back)->dev, reg, 2); in ixgbe_read_pci_cfg() 46 pci_write_config(((struct adapter *)hw->back)->dev, reg, value, 2); in ixgbe_write_pci_cfg() 52 return bus_space_read_4(((struct adapter *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_read_reg() 53 ((struct adapter *)hw->back)->osdep.mem_bus_space_handle, reg); in ixgbe_read_reg() 59 bus_space_write_4(((struct adapter *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_write_reg() 60 ((struct adapter *)hw->back)->osdep.mem_bus_space_handle, in ixgbe_write_reg() 67 return bus_space_read_4(((struct adapter *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_read_reg_array() 68 ((struct adapter *)hw->back)->osdep.mem_bus_space_handle, in ixgbe_read_reg_array() 75 bus_space_write_4(((struct adapter *)hw->back)->osdep.mem_bus_space_tag, in ixgbe_write_reg_array() 76 ((struct adapter *)hw->back)->osdep.mem_bus_space_handle, in ixgbe_write_reg_array()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaModule.cpp | 60 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment) { in ActOnGlobalModuleFragmentDecl() 65 ModuleScopes.back().BeginLoc = ModuleLoc; in ActOnGlobalModuleFragmentDecl() 77 ModuleScopes.back().BeginLoc = ModuleLoc; in ActOnGlobalModuleFragmentDecl() 78 ModuleScopes.back().Module = GlobalModule; in ActOnGlobalModuleFragmentDecl() 131 ModuleScopes.back().Module->isModulePurview()) { in ActOnModuleDecl() 133 Diag(VisibleModules.getImportLoc(ModuleScopes.back().Module), in ActOnModuleDecl() 141 ModuleScopes.back().Module->Kind == Module::GlobalModuleFragment) in ActOnModuleDecl() 142 GlobalModuleFragment = ModuleScopes.back().Module; in ActOnModuleDecl() 151 : ModuleScopes.back().BeginLoc; in ActOnModuleDecl() 173 << SourceRange(Path.front().second, Path.back().second) in ActOnModuleDecl() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/ |
| HD | DWARFExpression.cpp | 965 stack.back().SetValueType(Value::eValueTypeFileAddress); in Evaluate() 969 stack.back().ConvertToLoadAddress(module_sp.get(), in Evaluate() 1022 Value::ValueType value_type = stack.back().GetValueType(); in Evaluate() 1025 void *src = (void *)stack.back().GetScalar().ULongLong(); in Evaluate() 1028 stack.back().GetScalar() = ptr; in Evaluate() 1029 stack.back().ClearContext(); in Evaluate() 1032 auto file_addr = stack.back().GetScalar().ULongLong( in Evaluate() 1054 stack.back().GetScalar() = load_Addr; in Evaluate() 1055 stack.back().SetValueType(Value::eValueTypeLoadAddress); in Evaluate() 1062 stack.back().GetScalar().ULongLong(LLDB_INVALID_ADDRESS); in Evaluate() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | PPConditionalDirectiveRecord.cpp | 53 if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), in findConditionalDirectiveRegionLoc() 55 return CondDirectiveStack.back(); in findConditionalDirectiveRegionLoc() 70 SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().getLoc(), in addCondDirectiveLoc() 78 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in If() 85 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Ifdef() 92 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Ifndef() 100 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Elif() 101 CondDirectiveStack.back() = Loc; in Elif() 106 addCondDirectiveLoc(CondDirectiveLoc(Loc, CondDirectiveStack.back())); in Else() 107 CondDirectiveStack.back() = Loc; in Else() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | SCCIterator.h | 160 while (VisitStack.back().NextChild != GT::child_end(VisitStack.back().Node)) { in DFSVisitChildren() 162 NodeRef childN = *VisitStack.back().NextChild++; in DFSVisitChildren() 172 if (VisitStack.back().MinVisited > childNum) in DFSVisitChildren() 173 VisitStack.back().MinVisited = childNum; in DFSVisitChildren() 183 NodeRef visitingN = VisitStack.back().Node; in GetNextSCC() 184 unsigned minVisitNum = VisitStack.back().MinVisited; in GetNextSCC() 185 assert(VisitStack.back().NextChild == GT::child_end(visitingN)); in GetNextSCC() 189 if (!VisitStack.empty() && VisitStack.back().MinVisited > minVisitNum) in GetNextSCC() 190 VisitStack.back().MinVisited = minVisitNum; in GetNextSCC() 206 CurrentSCC.push_back(SCCNodeStack.back()); in GetNextSCC() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | OSLog.cpp | 69 ArgsData.back().E = Args[ArgIndex]; in HandlePrintfSpecifier() 72 ArgsData.back().Kind = getKind(FS.getConversionSpecifier().getKind()); in HandlePrintfSpecifier() 73 if (ArgsData.back().Kind != OSLogBufferItem::ErrnoKind && in HandlePrintfSpecifier() 74 !ArgsData.back().E) { in HandlePrintfSpecifier() 88 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier() 91 ArgsData.back().Count = Args[precision.getArgIndex()]; in HandlePrintfSpecifier() 104 ArgsData.back().Size = precision.getConstantAmount(); in HandlePrintfSpecifier() 107 ArgsData.back().Count = Args[precision.getArgIndex()]; in HandlePrintfSpecifier() 116 ArgsData.back().Precision = Args[FS.getPrecision().getArgIndex()]; in HandlePrintfSpecifier() 121 ArgsData.back().FieldWidth = Args[FS.getFieldWidth().getArgIndex()]; in HandlePrintfSpecifier() [all …]
|
| /freebsd-11-stable/sys/dev/ixgb/ |
| HD | if_ixgb_osdep.h | 99 bus_space_read_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \ 100 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \ 104 bus_space_write_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \ 105 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \ 110 bus_space_read_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \ 111 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \ 115 bus_space_write_4( ((struct ixgb_osdep *)(a)->back)->mem_bus_space_tag, \ 116 ((struct ixgb_osdep *)(a)->back)->mem_bus_space_handle, \
|
| /freebsd-11-stable/crypto/heimdal/doc/doxyout/hx509/html/ |
| HD | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
| /freebsd-11-stable/crypto/heimdal/doc/doxyout/wind/html/ |
| HD | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
| /freebsd-11-stable/crypto/heimdal/doc/doxyout/hdb/html/ |
| HD | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
| /freebsd-11-stable/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| HD | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
| /freebsd-11-stable/crypto/heimdal/doc/doxyout/krb5/html/ |
| HD | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
| /freebsd-11-stable/crypto/heimdal/doc/doxyout/gssapi/html/ |
| HD | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
| /freebsd-11-stable/crypto/heimdal/doc/doxyout/ntlm/html/ |
| HD | graph_legend.dot | 6 Node10 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 8 Node11 -> Node10 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 10 Node13 -> Node9 [dir=back,color="darkgreen",fontsize=10,style="solid",fontname="FreeSans"]; 12 Node14 -> Node9 [dir=back,color="firebrick4",fontsize=10,style="solid",fontname="FreeSans"]; 14 Node15 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 16 Node16 -> Node9 [dir=back,color="midnightblue",fontsize=10,style="solid",fontname="FreeSans"]; 18 …Node17 -> Node16 [dir=back,color="orange",fontsize=10,style="dashed",label="< int >",fontname="Fre… 20 …Node18 -> Node9 [dir=back,color="darkorchid3",fontsize=10,style="dashed",label="m_usedClass",fontn…
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DebugLocStream.cpp | 16 if (Lists.back().EntryOffset == Entries.size()) { in finalizeList() 23 Lists.back().Label = Asm.createTempSymbol("debug_loc"); in finalizeList() 28 if (Entries.back().ByteOffset != DWARFBytes.size()) in finalizeEntry() 32 Comments.erase(Comments.begin() + Entries.back().CommentOffset, in finalizeEntry() 36 assert(Lists.back().EntryOffset <= Entries.size() && in finalizeEntry()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/ |
| HD | JSON.cpp | 95 back().moveFrom(std::move(V)); in Array() 290 if (!parseValue(A.back())) in parseValue() 629 assert(Stack.back().Ctx != Object && "Only attributes allowed here"); in valueBegin() 630 if (Stack.back().HasValue) { in valueBegin() 631 assert(Stack.back().Ctx != Singleton && "Only one value allowed here"); in valueBegin() 634 if (Stack.back().Ctx == Array) in valueBegin() 636 Stack.back().HasValue = true; in valueBegin() 649 Stack.back().Ctx = Array; in arrayBegin() 655 assert(Stack.back().Ctx == Array); in arrayEnd() 657 if (Stack.back().HasValue) in arrayEnd() [all …]
|
| /freebsd-11-stable/contrib/unbound/libunbound/ |
| HD | libworker.c | 96 outside_network_quit_prepare(w->back); in libworker_delete_env() 110 outside_network_delete(w->back); in libworker_delete_env() 236 w->back = outside_network_create(w->base, cfg->msg_buffer_size, in libworker_setup() 245 w->env->outnet = w->back; in libworker_setup() 250 if(!w->back) { in libworker_setup() 581 if(sldns_buffer_capacity(w->back->udp_buff) < 65535) in setup_qinfo_edns() 583 w->back->udp_buff); in setup_qinfo_edns() 604 sldns_buffer_write_u16_at(w->back->udp_buff, 0, qid); in libworker_fg() 605 sldns_buffer_write_u16_at(w->back->udp_buff, 2, qflags); in libworker_fg() 607 w->back->udp_buff, w->env->scratch, NULL, NULL, 0, NULL, 0, in libworker_fg() [all …]
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elfcore.h | 156 const struct elf_backend_data *back; in elf_core_file_p() local 160 back = (const struct elf_backend_data *) (*target_ptr)->backend_data; in elf_core_file_p() 161 if (back->elf_machine_code == i_ehdrp->e_machine in elf_core_file_p() 162 || (back->elf_machine_alt1 != 0 in elf_core_file_p() 163 && i_ehdrp->e_machine == back->elf_machine_alt1) in elf_core_file_p() 164 || (back->elf_machine_alt2 != 0 in elf_core_file_p() 165 && i_ehdrp->e_machine == back->elf_machine_alt2)) in elf_core_file_p()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| HD | TGLexer.cpp | 576 if (!PrepIncludeStack.back()->empty()) { in prepExitInclude() 694 PrepIncludeStack.back()->push_back( in lexPreprocessor() 722 if (PrepIncludeStack.back()->empty()) in lexPreprocessor() 725 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor() 734 PrepIncludeStack.back()->pop_back(); in lexPreprocessor() 735 PrepIncludeStack.back()->push_back( in lexPreprocessor() 755 if (PrepIncludeStack.back()->empty()) in lexPreprocessor() 758 auto &IfdefOrElseEntry = PrepIncludeStack.back()->back(); in lexPreprocessor() 769 PrepIncludeStack.back()->pop_back(); in lexPreprocessor() 999 for (auto I = PrepIncludeStack.back()->rbegin(), in prepIsProcessingEnabled() [all …]
|