OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getloc
(Results
1 - 25
of
414
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/stlport/test/eh/
locale.cpp
31
const numpunct<char>& num_punct=use_facet<numpunct<char> >(cout.
getloc
());
34
use_facet<time_put<char, ostreambuf_iterator<char, char_traits<char> > > >(cout.
getloc
());
42
const ctype<char>& char_type=use_facet<ctype<char> >(cout.
getloc
());
46
if(isupper('?', cout.
getloc
())) puts("Upper");
47
if(islower('?', cout.
getloc
())) puts("Lower");
49
printf("Character %c (%d) - upper %c, lower %c\n",(char)ch, ch,toupper((char)ch, cout.
getloc
()), tolower((char)ch, cout.
getloc
()));*/
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/
locales.pass.cpp
16
// locale
getloc
() const;
31
assert(this->
getloc
().name() == LOCALE_en_US_UTF_8);
39
assert(t.
getloc
().name() == "C");
44
assert(t.
getloc
().name() == LOCALE_en_US_UTF_8);
46
assert(t.
getloc
().name() == LOCALE_fr_FR_UTF_8);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
getloc.pass.cpp
14
// locale_type
getloc
()const;
25
assert(t1.
getloc
().name() == "C");
27
assert(t2.
getloc
().name() == "C");
32
assert(t1.
getloc
().name() == LOCALE_en_US_UTF_8);
34
assert(t2.
getloc
().name() == LOCALE_en_US_UTF_8);
default.pass.cpp
26
assert(t1.
getloc
().name() == "C");
28
assert(t2.
getloc
().name() == "C");
33
assert(t1.
getloc
().name() == LOCALE_en_US_UTF_8);
35
assert(t2.
getloc
().name() == LOCALE_en_US_UTF_8);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
default.pass.cpp
41
assert(t.
getloc
().name() == "C");
45
assert(t.
getloc
().name() == "C");
50
assert(t.
getloc
().name() == LOCALE_en_US_UTF_8);
54
assert(t.
getloc
().name() == LOCALE_en_US_UTF_8);
/external/clang/lib/Sema/
TargetAttributesSema.cpp
33
S.Diag(Attr.
getLoc
(), diag::err_attribute_wrong_number_arguments)
43
S.Diag(Attr.
getLoc
(), diag::err_attribute_argument_type)
51
S.Diag(Attr.
getLoc
(), diag::err_attribute_argument_out_of_bounds)
57
d->addAttr(::new (S.Context) MSP430InterruptAttr(Attr.
getLoc
(), S.Context, Num));
58
d->addAttr(::new (S.Context) UsedAttr(Attr.
getLoc
(), S.Context));
81
S.Diag(Attr.
getLoc
(), diag::err_attribute_wrong_number_arguments)
99
S.Diag(Attr.
getLoc
(), diag::warn_attribute_wrong_decl_type)
134
S.Diag(Attr.
getLoc
(), diag::err_attribute_wrong_number_arguments)
146
S.Diag(Attr.
getLoc
(), diag::warn_attribute_wrong_decl_type)
154
S.Diag(Attr.
getLoc
(), diag::warn_attribute_ignored) << "dllimport"
[
all
...]
SemaDeclAttr.cpp
213
S.Diag(Attr.
getLoc
(), diag::err_attribute_wrong_number_arguments)
227
S.Diag(Attr.
getLoc
(), diag::err_attribute_too_few_arguments) << Num;
341
S.Diag(Attr.
getLoc
(), diag::warn_thread_attribute_decl_not_pointer)
344
S.Diag(Attr.
getLoc
(), diag::err_attribute_can_be_applied_only_to_value_decl)
381
S.Diag(Attr.
getLoc
(), diag::warn_thread_attribute_argument_not_class)
407
S.Diag(Attr.
getLoc
(), diag::warn_thread_attribute_argument_not_lockable)
441
S.Diag(Attr.
getLoc
(), diag::warn_thread_attribute_ignored) <<
470
S.Diag(Attr.
getLoc
(), diag::err_attribute_argument_out_of_range)
507
S.Diag(Attr.
getLoc
(), diag::warn_thread_attribute_wrong_decl_type)
547
S.Diag(Attr.
getLoc
(), diag::warn_thread_attribute_wrong_decl_type
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
imbue.pass.cpp
38
assert(stream.
getloc
().name() == LOCALE_en_US_UTF_8);
51
assert(stream.
getloc
().name() == LOCALE_en_US_UTF_8);
64
assert(stream.
getloc
().name() == LOCALE_en_US_UTF_8);
79
assert(ios.
getloc
().name() == std::string(LOCALE_en_US_UTF_8));
95
assert(ios.
getloc
().name() == std::string(LOCALE_en_US_UTF_8));
96
assert(sb.
getloc
().name() == std::string(LOCALE_en_US_UTF_8));
copyfmt.pass.cpp
43
assert(stream.
getloc
().name() == LOCALE_en_US_UTF_8);
58
assert(stream.
getloc
().name() == LOCALE_en_US_UTF_8);
73
assert(stream.
getloc
().name() == LOCALE_fr_FR_UTF_8);
88
assert(stream.
getloc
().name() == LOCALE_fr_FR_UTF_8);
103
assert(stream.
getloc
().name() == LOCALE_fr_FR_UTF_8);
170
assert(ios1.
getloc
().name() == LOCALE_fr_FR_UTF_8);
/external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp
22
SMLoc MCAsmLexer::
getLoc
() const {
26
SMLoc AsmToken::
getLoc
() const {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/
getloc.pass.cpp
14
// locale
getloc
() const;
33
assert(t.
getloc
().name() == std::string("C"));
imbue.pass.cpp
44
assert(stream.
getloc
().name() == LOCALE_en_US_UTF_8);
57
assert(stream.
getloc
().name() == LOCALE_en_US_UTF_8);
70
assert(stream.
getloc
().name() == LOCALE_en_US_UTF_8);
85
assert(b.
getloc
().name() == std::string(LOCALE_en_US_UTF_8));
/external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h
39
SourceLocation
getLoc
() const { return Loc; }
48
return SM.isBeforeInTranslationUnit(LHS.
getLoc
(), RHS.
getLoc
());
51
return SM.isBeforeInTranslationUnit(LHS.
getLoc
(), RHS);
54
return SM.isBeforeInTranslationUnit(LHS, RHS.
getLoc
());
/external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp
35
if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->
getLoc
()))
55
if (SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().
getLoc
(),
69
if (SourceMgr.isInSystemHeader(DirLoc.
getLoc
()))
73
SourceMgr.isBeforeInTranslationUnit(CondDirectiveLocs.back().
getLoc
(),
74
DirLoc.
getLoc
()));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/
dtor.pass.cpp
42
assert(stream.
getloc
().name() == "C");
55
assert(stream.
getloc
().name() == "C");
68
assert(stream.
getloc
().name() == "C");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
member_swap.pass.cpp
52
assert(is1.
getloc
().name() == "C");
60
assert(is2.
getloc
().name() == "C");
75
assert(is1.
getloc
().name() == "C");
83
assert(is2.
getloc
().name() == "C");
move_assign.pass.cpp
58
assert(is1.
getloc
().name() == "C");
66
assert(is2.
getloc
().name() == "C");
81
assert(is1.
getloc
().name() == "C");
89
assert(is2.
getloc
().name() == "C");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/
member_swap.pass.cpp
52
assert(is1.
getloc
().name() == "C");
60
assert(is2.
getloc
().name() == "C");
75
assert(is1.
getloc
().name() == "C");
83
assert(is2.
getloc
().name() == "C");
move_assign.pass.cpp
58
assert(is1.
getloc
().name() == "C");
66
assert(is2.
getloc
().name() == "C");
81
assert(is1.
getloc
().name() == "C");
89
assert(is2.
getloc
().name() == "C");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.assign/
member_swap.pass.cpp
52
assert(os1.
getloc
().name() == "C");
60
assert(os2.
getloc
().name() == "C");
75
assert(os1.
getloc
().name() == "C");
83
assert(os2.
getloc
().name() == "C");
move_assign.pass.cpp
58
assert(os1.
getloc
().name() == "C");
66
assert(os2.
getloc
().name() == "C");
81
assert(os1.
getloc
().name() == "C");
89
assert(os2.
getloc
().name() == "C");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
swap.pass.cpp
40
assert(this->
getloc
() == old_that.
getloc
());
48
assert(t.
getloc
() == old_this.
getloc
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.locale/
imbue.pass.cpp
27
assert(r.
getloc
().name() == LOCALE_en_US_UTF_8);
30
assert(r.
getloc
().name() == "C");
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp
39
assert(is.
getloc
().name() == "C");
52
assert(is.
getloc
().name() == "C");
Completed in 263 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>