OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Canonical
(Results
1 - 10
of
10
) sorted by null
/external/clang/lib/AST/
StmtProfile.cpp
29
bool
Canonical
;
33
bool
Canonical
)
34
: ID(ID), Context(Context),
Canonical
(
Canonical
) { }
236
if (!
Canonical
)
239
if (!
Canonical
)
335
if (!
Canonical
)
994
if (
Canonical
&& D) {
1031
if (
Canonical
)
1042
if (
Canonical
)
[
all
...]
ASTContext.cpp
96
// Check if we already have a
canonical
template template parameter.
100
CanonicalTemplateTemplateParm *
Canonical
102
if (
Canonical
)
103
return
Canonical
->getParam();
105
// Build a
canonical
template parameter list.
174
Canonical
= CanonTemplateTemplateParms.FindNodeOrInsertPos(ID, InsertPos);
175
assert(
Canonical
== 0 && "Shouldn't be in the map!");
176
(void)
Canonical
;
178
// Create the
canonical
template template parameter entry.
179
Canonical
= new (*this) CanonicalTemplateTemplateParm(CanonTTP)
[
all
...]
Type.cpp
162
// If the
canonical
form of this type isn't the right kind, reject it.
175
/// to getting the
canonical
type, but it doesn't remove *all* typedefs. For
272
/// same dynamic type as the
canonical
type.
378
// If the
canonical
form of this type isn't the right kind, reject it.
397
// If the
canonical
form of this type isn't the right kind, reject it.
410
ObjCObjectType::ObjCObjectType(QualType
Canonical
, QualType Base,
413
: Type(ObjCObject,
Canonical
, false, false, false, false),
425
// There is no sugar for ObjCObjectType's, just return the
canonical
439
// There is no sugar for ObjCQualifiedIdType's, just return the
canonical
449
// There is no sugar for ObjCQualifiedClassType's, just return the
canonical
[
all
...]
/external/chromium/net/base/
address_list_unittest.cc
127
static const char* kCanonicalHostname = "
canonical
.bar.com";
129
TEST(AddressListTest,
Canonical
) {
130
// Create an addrinfo with a
canonical
name.
152
EXPECT_EQ("
canonical
.bar.com", canon_name1);
165
EXPECT_EQ("
canonical
.bar.com", canon_name2);
/external/clang/include/clang/AST/
Type.h
742
/// to getting the
canonical
type, but it doesn't remove *all* typedefs. For
928
/// \brief The
canonical
type of this type. A QualType.
[
all
...]
Stmt.h
336
/// \brief
Canonical
whether the profile should be based on the
canonical
342
bool
Canonical
) const;
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php
219
preg_match('#<(Local|
Canonical
)ID>(.*)</\1ID>#', $content, $delegate);
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h
101
DecompositionCanonical = QChar::
Canonical
,
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
/external/clang/lib/Sema/
SemaDeclCXX.cpp
754
// that the key is always the unqualified
canonical
type of the base
[
all
...]
Completed in 1008 milliseconds