Searched refs:loc (Results 1 - 25 of 458) sorted by relevance

1234567891011>>

/external/llvm/test/MC/MachO/
H A Dloc.s4 .loc 1 64 0
/external/clang/test/CodeGen/
H A D2010-02-16-DbgScopes.c7 unsigned loc = 0; local
13 loc = 1;
15 loc = 2;
/external/llvm/test/MC/ELF/
H A Ddebug-loc.s27 .loc 1 2 0
29 .loc 1 4 0
31 .loc 1 3 0
H A Ddebug-line.s21 .loc 1 4 0
H A Drelax-crash.s10 .loc 1 1 0
/external/bison/src/
H A Dlocation.c34 location_print (FILE *out, location loc) argument
37 quotearg_n_style (3, escape_quoting_style, loc.start.file),
38 loc.start.line, loc.start.column);
40 if (loc.start.file != loc.end.file)
42 quotearg_n_style (3, escape_quoting_style, loc.end.file),
43 loc.end.line, loc.end.column - 1);
44 else if (loc
[all...]
H A Dreader.h54 # define YY_DECL int gram_lex (YYSTYPE *val, location *loc)
65 void grammar_start_symbol_set (symbol *sym, location loc);
66 void prologue_augment (const char *prologue, location loc);
67 void grammar_current_rule_begin (symbol *lhs, location loc);
68 void grammar_current_rule_end (location loc);
70 void grammar_current_rule_prec_set (symbol *precsym, location loc);
71 void grammar_current_rule_dprec_set (int dprec, location loc);
72 void grammar_current_rule_merge_set (uniqstr name, location loc);
73 void grammar_current_rule_symbol_append (symbol *sym, location loc);
74 void grammar_current_rule_action_append (const char *action, location loc);
[all...]
H A Dsymtab.h101 symbol *symbol_get (const char *key, location loc);
105 symbol *dummy_symbol_get (location loc);
108 void symbol_make_alias (symbol *sym, symbol *symval, location loc);
112 void symbol_type_set (symbol *sym, uniqstr type_name, location loc);
115 void symbol_destructor_set (symbol *sym, const char *destructor, location loc);
118 void symbol_printer_set (symbol *sym, const char *printer, location loc);
122 void symbol_precedence_set (symbol *sym, int prec, assoc a, location loc);
125 void symbol_class_set (symbol *sym, symbol_class class, location loc,
129 void symbol_user_token_number_set (symbol *sym, int user_number, location loc);
H A Dscan-gram.l72 #define YY_USER_ACTION adjust_location (loc, yytext, yyleng);
126 increment_rule_length (location loc)
133 rule_length_overflow (loc);
136 static void handle_dollar (int token_type, char *cp, location loc);
137 static void handle_at (int token_type, char *cp, location loc);
139 static unsigned long int scan_integer (char const *p, int base, location loc);
197 "," warn_at (*loc, _("stray `,' treated as white space"));
201 token_start = loc->start;
209 handle_syncline (yytext + sizeof "#line " - 1, *loc);
261 complain_at (*loc,
[all...]
/external/llvm/test/MC/AsmParser/
H A Ddirective_loc.s5 .loc 1
6 .loc 1 2
7 .loc 1 2 3
8 .loc 1 2 discriminator 1
/external/mesa3d/src/glsl/
H A Dstrtod.c48 static locale_t loc = NULL;
49 if (!loc) {
50 loc = newlocale(LC_CTYPE_MASK, "C", NULL);
52 return strtod_l(s, end, loc);
/external/qemu/android/utils/
H A Dassert.c26 static AssertLoc loc[1]; local
27 return loc;
35 AssertLoc* loc = _get_assert_loc(); local
37 loc->file = fileName;
38 loc->lineno = fileLineno;
39 loc->function = functionName;
52 AssertLoc* loc = _get_assert_loc(); local
59 android_panic("ASSERTION FAILURE (%s:%d) in %s\n", loc->file, loc->lineno, loc
[all...]
/external/tcpdump/
H A Dgmt2local.c49 register struct tm *gmt, *loc; local
56 loc = localtime(&t);
57 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
58 (loc->tm_min - gmt->tm_min) * 60;
65 dir = loc->tm_year - gmt->tm_year;
67 dir = loc->tm_yday - gmt->tm_yday;
/external/qemu/
H A Dqemu-error.c64 Location *loc_push_restore(Location *loc) argument
66 assert(!loc->prev);
67 loc->prev = cur_loc;
68 cur_loc = loc;
69 return loc;
78 Location *loc_push_none(Location *loc) argument
80 loc->kind = LOC_NONE;
81 loc->prev = NULL;
82 return loc_push_restore(loc);
89 Location *loc_pop(Location *loc) argument
100 loc_save(Location *loc) argument
110 loc_restore(Location *loc) argument
[all...]
H A Dqemu-error.h24 Location *loc_push_restore(Location *loc);
25 Location *loc_push_none(Location *loc);
26 Location *loc_pop(Location *loc);
27 Location *loc_save(Location *loc);
28 void loc_restore(Location *loc);
/external/clang/include/clang/Sema/
H A DWeak.h27 SourceLocation loc; // for diagnostics member in class:clang::WeakInfo
31 : alias(0), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
35 inline SourceLocation getLocation() const { return loc; }
39 return alias == RHS.getAlias() && loc == RHS.getLocation();
/external/srec/tools/grxmlcompile/
H A Dnetw_dump.cpp47 int loc; local
60 loc = forwardList[ii];
61 switch ( arc[loc]->inputLabel ) {
63 outfile << arc[loc]->fromId << std::endl;
66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl;
78 // if (!p_Doc.findLabel( arc[loc]->inputLabel, inLabel ) ) {
79 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) {
81 ss << arc[loc]->inputLabel;
84 outfile << arc[loc]
99 int loc; local
186 int loc; local
269 int loc; local
341 int loc; local
[all...]
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.h58 static ArrowLocation horizontal_mirror(ArrowLocation loc) { argument
59 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 1);
62 static ArrowLocation vertical_mirror(ArrowLocation loc) { argument
63 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 2);
66 static bool has_arrow(ArrowLocation loc) { argument
67 return loc >
70 is_arrow_on_left(ArrowLocation loc) argument
74 is_arrow_on_top(ArrowLocation loc) argument
78 is_arrow_on_horizontal(ArrowLocation loc) argument
[all...]
/external/stlport/test/unit/
H A Dlocale_test.cpp33 locale loc; local
38 loc = tmp;
46 CPPUNIT_MESSAGE( loc.name().c_str() );
47 (inst.*__test)(loc);
59 locale loc(static_cast<char const*>(0));
69 locale loc("yasli_language");
81 locale loc(very_large_locale_name.c_str());
95 locale loc(very_large_locale_name.c_str());
108 locale loc(very_large_locale_name.c_str());
120 locale loc("
170 _locale_init_problem( const locale& loc) argument
253 locale loc; local
290 locale loc = loc1.combine<moneypunct<char, true> >(loc2); local
306 locale loc = loc2.combine<numpunct<char> >(loc1); local
[all...]
H A Dmessages_facets_test.cpp24 locale loc(locale::classic(), new messages_byname<char>(static_cast<char const*>(0)));
36 locale loc(locale::classic(), new messages_byname<char>("yasli_language"));
48 locale loc(locale::classic(), new messages_byname<char>(""));
62 locale loc(locale::classic(), new messages_byname<wchar_t>(static_cast<char const*>(0)));
73 locale loc(locale::classic(), new messages_byname<wchar_t>("yasli_language"));
/external/v8/src/
H A Dcounters.h127 int* loc = GetPtr(); local
128 if (loc) *loc = value;
133 int* loc = GetPtr(); local
134 if (loc) (*loc)++;
138 int* loc = GetPtr(); local
139 if (loc)
140 (*loc) += value;
145 int* loc local
150 int* loc = GetPtr(); local
164 int* loc = GetPtr(); local
[all...]
/external/apache-http/src/org/apache/http/
H A DReasonPhraseCatalog.java56 * @param loc the preferred locale for the reason phrase
60 public String getReason(int status, Locale loc) argument
/external/clang/lib/Edit/
H A DCommit.cpp43 bool Commit::insert(SourceLocation loc, StringRef text, argument
49 if ((!afterToken && !canInsert(loc, Offs)) ||
50 ( afterToken && !canInsertAfterToken(loc, Offs, loc))) {
55 addInsert(loc, Offs, text, beforePreviousInsertions);
59 bool Commit::insertFromRange(SourceLocation loc, argument
70 if ((!afterToken && !canInsert(loc, Offs)) ||
71 ( afterToken && !canInsertAfterToken(loc, Offs, loc))) {
77 PPRec->areInDifferentConditionalDirectiveRegion(loc, rang
160 replaceText(SourceLocation loc, StringRef text, StringRef replacementText) argument
220 canInsert(SourceLocation loc, FileOffset &offs) argument
245 canInsertAfterToken(SourceLocation loc, FileOffset &offs, SourceLocation &AfterLoc) argument
322 canReplaceText(SourceLocation loc, StringRef text, FileOffset &Offs, unsigned &Len) argument
338 isAtStartOfMacroExpansion(SourceLocation loc, SourceLocation *MacroBegin) const argument
342 isAtEndOfMacroExpansion(SourceLocation loc, SourceLocation *MacroEnd) const argument
[all...]
/external/stlport/stlport/
H A Dlocale83 inline bool isspace (_CharT c, const locale& loc)
84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
87 inline bool isprint (_CharT c, const locale& loc)
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
91 inline bool iscntrl (_CharT c, const locale& loc)
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
95 inline bool isupper (_CharT c, const locale& loc)
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
99 inline bool islower (_CharT c, const locale& loc)
100 { return (use_facet<ctype<_CharT> >(loc))
[all...]
/external/openssl/crypto/x509/
H A Dx509_ext.c89 X509_EXTENSION *X509_CRL_get_ext(X509_CRL *x, int loc) argument
91 return(X509v3_get_ext(x->crl->extensions,loc));
94 X509_EXTENSION *X509_CRL_delete_ext(X509_CRL *x, int loc) argument
96 return(X509v3_delete_ext(x->crl->extensions,loc));
110 int X509_CRL_add_ext(X509_CRL *x, X509_EXTENSION *ex, int loc) argument
112 return(X509v3_add_ext(&(x->crl->extensions),ex,loc) != NULL);
135 X509_EXTENSION *X509_get_ext(X509 *x, int loc) argument
137 return(X509v3_get_ext(x->cert_info->extensions,loc));
140 X509_EXTENSION *X509_delete_ext(X509 *x, int loc) argument
142 return(X509v3_delete_ext(x->cert_info->extensions,loc));
145 X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc) argument
183 X509_REVOKED_get_ext(X509_REVOKED *x, int loc) argument
188 X509_REVOKED_delete_ext(X509_REVOKED *x, int loc) argument
193 X509_REVOKED_add_ext(X509_REVOKED *x, X509_EXTENSION *ex, int loc) argument
[all...]

Completed in 407 milliseconds

1234567891011>>