| /src/external/bsd/ipf/dist/samples/ |
| proxy.c | 57 struct sockaddr_in sin, sloc, sout; local 78 if (getsockname(0, (struct sockaddr *)&sloc, &namelen) == -1) { 94 natlook.nl_inip = sloc.sin_addr; 97 natlook.nl_inport = sloc.sin_port;
|
| /src/external/apache2/llvm/dist/clang/tools/libclang/ |
| CXSourceLocation.cpp | 132 SourceLocation SLoc = CXXUnit->getLocation(File, line, column); 133 if (SLoc.isInvalid()) { 141 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); 162 SourceLocation SLoc 165 if (SLoc.isInvalid()) 168 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); 247 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid); local 248 if (Invalid || !sloc.isFile()) { 254 *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc));
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ada-spec.cc | 231 /* Count all potentially relevant macros, and then sort them by sloc. */ 584 expanded_location sloc = expand_location (macro->line); local 586 if (sloc.line != prev_line + 1 && prev_line > 0) 590 prev_line = sloc.line; 612 pp_string (pp, sloc.file); 614 pp_decimal_int (pp, sloc.line); 632 /* Return sloc of DECL, using sloc of last field if LAST is true. */ 639 /* Compare the declaration of struct-like types based on the sloc of their 697 return compare_location (lhs->sloc, rhs->sloc) [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ada-spec.cc | 231 /* Count all potentially relevant macros, and then sort them by sloc. */ 584 expanded_location sloc = expand_location (macro->line); local 586 if (sloc.line != prev_line + 1 && prev_line > 0) 590 prev_line = sloc.line; 612 pp_string (pp, sloc.file); 614 pp_decimal_int (pp, sloc.line); 632 /* Return sloc of DECL, using sloc of last field if LAST is true. */ 639 /* Compare the declaration of struct-like types based on the sloc of their 697 return compare_location (lhs->sloc, rhs->sloc) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| coroutines.cc | 3086 location_t sloc = EXPR_LOCATION (*stmt); local 3144 tree cl = build_stmt (sloc, CLEANUP_STMT, expr_list, cleanup, var); 3177 tree await_bind = build3_loc (sloc, BIND_EXPR, void_type_node, 3290 location_t sloc = EXPR_LOCATION (*expr); local 3301 = build3_loc (sloc, COND_EXPR, boolean_type_node, 3474 location_t sloc = EXPR_LOCATION (IF_COND (if_stmt)); local 3478 tree new_s = build2_loc (sloc, INIT_EXPR, boolean_type_node, 3546 location_t sloc = EXPR_LOCATION (FOR_EXPR (for_stmt)); local 3552 = create_named_label_with_ctx (sloc, buf, NULL_TREE); 3554 add_stmt (build_stmt (sloc, LABEL_EXPR, it_expr_label)) 3662 location_t sloc = EXPR_LOCATION (SWITCH_STMT_COND (sw_stmt)); local [all...] |
| decl.cc | 9084 location_t sloc = input_location; 9091 input_location = sloc; 13553 location_t sloc = declspecs->locations[ds_storage_class]; 13556 error_at (sloc, "non-member %qs cannot be declared %<mutable%>", 13562 error_at (sloc, 13569 error_at (sloc, "function %qs cannot be declared %<mutable%>", 13575 error_at (sloc, "%<static%> %qs cannot be declared %<mutable%>", 13581 error_at (sloc, "%<const%> %qs cannot be declared %<mutable%>", 13587 permerror (sloc, "reference %qs cannot be declared %<mutable%>", 9072 location_t sloc = input_location; local 13538 location_t sloc = declspecs->locations[ds_storage_class]; local
|
| init.cc | 605 location_t sloc = input_location; local 646 input_location = sloc;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| coroutines.cc | 3302 location_t sloc = EXPR_LOCATION (*stmt); local 3361 tree cl = build_stmt (sloc, CLEANUP_STMT, expr_list, cleanup, var); 3394 tree await_bind = build3_loc (sloc, BIND_EXPR, void_type_node, 3507 location_t sloc = EXPR_LOCATION (*expr); local 3518 = build3_loc (sloc, COND_EXPR, boolean_type_node, 3691 location_t sloc = EXPR_LOCATION (IF_COND (if_stmt)); local 3695 tree new_s = cp_build_init_expr (sloc, newvar, cond_inner); 3762 location_t sloc = EXPR_LOCATION (FOR_EXPR (for_stmt)); local 3768 = create_named_label_with_ctx (sloc, buf, NULL_TREE); 3770 add_stmt (build_stmt (sloc, LABEL_EXPR, it_expr_label)) 3878 location_t sloc = EXPR_LOCATION (SWITCH_STMT_COND (sw_stmt)); local [all...] |
| decl.cc | 9519 location_t sloc = input_location; 9526 input_location = sloc; 14201 location_t sloc = declspecs->locations[ds_storage_class]; 14204 error_at (sloc, "non-member %qs cannot be declared %<mutable%>", 14210 error_at (sloc, 14217 error_at (sloc, "function %qs cannot be declared %<mutable%>", 14223 error_at (sloc, "%<static%> %qs cannot be declared %<mutable%>", 14229 error_at (sloc, "%<const%> %qs cannot be declared %<mutable%>", 14235 permerror (sloc, "reference %qs cannot be declared %<mutable%>", 9507 location_t sloc = input_location; local 14186 location_t sloc = declspecs->locations[ds_storage_class]; local
|
| init.cc | 603 location_t sloc = input_location; local 641 input_location = sloc;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| SourceManager.h | 289 /// This is an invalid SLOC for the main file (top of the \#include chain). 1047 const FileEntry *getFileEntryForSLocEntry(const SrcMgr::SLocEntry &sloc) const 1049 return sloc.getFile().getContentCache().OrigEntry; 1336 "Chunk is not valid SLoc address space"); 1384 /// on a file sloc, so you must choose a spelling or expansion location
|
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| cpplib.h | 1367 location_t sloc;
|
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| cpplib.h | 1429 location_t sloc;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgexpand.cc | 5903 location_t sloc = curr_insn_location (); local 5962 set_curr_insn_location (sloc); 5980 location_t sloc = curr_insn_location (); local 6079 set_curr_insn_location (sloc);
|
| ira.cc | 5304 struct sloc 5312 typedef struct sloc *sloc_t; 5344 sloc_t loc = XNEW (struct sloc); 5279 struct sloc struct
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cfgexpand.cc | 5925 location_t sloc = curr_insn_location (); local 5984 set_curr_insn_location (sloc); 6002 location_t sloc = curr_insn_location (); local 6101 set_curr_insn_location (sloc);
|
| ira.cc | 5329 struct sloc 5337 typedef struct sloc *sloc_t; 5369 sloc_t loc = XNEW (struct sloc); 5304 struct sloc struct
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| cparse.d | 2210 const sloc = token.loc; 2221 t = cparseStruct(sloc, structOrUnion, symbols);
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| lex.cc | 2766 pfile->comments.entries[pfile->comments.count].sloc = token->src_loc; 5044 location_t sloc 5096 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0, 5238 location_t sloc = linemap_position_for_column (pfile->line_table, 5251 sloc, 0, 5263 sloc, 0, 5321 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0, 5043 location_t sloc local 5237 location_t sloc = linemap_position_for_column (pfile->line_table, local
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| lex.cc | 3039 pfile->comments.entries[pfile->comments.count].sloc = token->src_loc; 5364 location_t sloc 5416 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0, 5558 location_t sloc = linemap_position_for_column (pfile->line_table, 5571 sloc, 0, 5583 sloc, 0, 5641 cpp_error_with_line (pfile, CPP_DL_ERROR, sloc, 0, 5363 location_t sloc local 5557 location_t sloc = linemap_position_for_column (pfile->line_table, local
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaType.cpp | 4177 const SrcMgr::SLocEntry &sloc = S.SourceMgr.getSLocEntry(file, &invalid); local 4178 if (invalid || !sloc.isFile()) 4183 const SrcMgr::FileInfo &fileInfo = sloc.getFile();
|