OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeName
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/ABITest/
ABITestGen.py
175
typeName
= self.getTypeName(type)
176
info = self.testReturnValues.get(
typeName
)
178
name = '%s_retval'%(
typeName
.replace(' ','_').replace('*','star'),)
179
print('%s %s;'%(
typeName
,name), file=self.output)
181
print('extern %s %s;'%(
typeName
,name), file=self.outputHeader)
183
print('extern %s %s;'%(
typeName
,name), file=self.outputTests)
184
info = self.testReturnValues[
typeName
] = name
188
typeName
= self.getTypeName(type)
189
info = self.testValues.get(
typeName
)
191
name = '%s_values'%(
typeName
.replace(' ','_').replace('*','star'),
[
all
...]
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangASTPropertiesEmitter.cpp
680
auto declareSpecialization = [&](const Twine &
typeName
,
683
"struct " << classPrefix << "OptionalValue<" <<
typeName
<< "> {\n"
684
" static " << (info.IsReader ? "Optional<" : "") <<
typeName
686
<< (info.IsReader ? "" : "Optional<") <<
typeName
698
StringRef
typeName
= type.getCXXTypeName();
699
declareSpecialization(
typeName
, code);
701
declareSpecialization("const " +
typeName
, code);
MveEmitter.cpp
486
virtual std::string
typeName
() const { return "Value *"; }
576
std::string
typeName
() const override {
577
return AddressType ? "Address" : Result::
typeName
();
717
std::string
typeName
() const override {
772
std::string
typeName
() const override {
885
std::string Type = V->
typeName
();
886
OS << V->
typeName
();
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dtoh.d
108
template<
typename
T>
1608
// C++-98 compatible enums must use the
typename
as a prefix to avoid
1801
buf.writestring("
typename
");
1863
string
typeName
;
1866
case AST.Tvoid:
typeName
= "void"; break;
1867
case AST.Tbool:
typeName
= "bool"; break;
1868
case AST.Tchar:
typeName
= "char"; break;
1869
case AST.Twchar:
typeName
= "char16_t"; break;
1870
case AST.Tdchar:
typeName
= "char32_t"; break;
1871
case AST.Tint8:
typeName
= "int8_t"; break
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.cpp
387
StringRef
typeName
= (*Operands)[operandIndex].Rec->getName();
389
OperandEncoding encoding = encodingFromString(std::string(
typeName
), OpSize);
394
typeFromString(std::string(
typeName
), HasREX_WPrefix, OpSize);
/src/external/bsd/ipf/dist/perl/
plog
978
my $
typeName
= $info->{name};
989
return "$
typeName
$codeName";
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h
174
StringRef
typeName
() const;
220
StringRef
typeName
() const;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
1590
auto
typeName
= Ty.getUnqualifiedType().getAsString(Policy);
1593
StringRef typeNameRef =
typeName
;
1601
return
typeName
;
1613
std::string
typeName
= getTypeSpelling(pointeeTy) + "*";
1616
argTypeNames.push_back(llvm::MDString::get(VMContext,
typeName
));
1639
std::string
typeName
= getTypeSpelling(ty);
1647
removeImageAccessQualifier(
typeName
);
1651
argTypeNames.push_back(llvm::MDString::get(VMContext,
typeName
));
4197
template<
typename
SomeDecl>
CGDebugInfo.cpp
4695
SmallString<36>
typeName
;
4696
llvm::raw_svector_ostream(
typeName
)
4702
DBuilder.createStructType(tunit,
typeName
.str(), tunit, line,
CGObjCGNU.cpp
63
template <
typename
... Tys>
2452
llvm::Constant *
typeName
=
2458
fields.add(
typeName
);
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
67
template <
typename
T>
80
template <
typename
T>
223
template <
typename
T>
276
template <
typename
Segment,
typename
Section>
3417
StringRef MachORebaseEntry::
typeName
() const {
3961
StringRef MachOBindEntry::
typeName
() const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
7753
template <
typename
T>
7768
template <
typename
T>
7797
template <
typename
UIntPtr> void read(StringRef Contents, ptrdiff_t Offset) {
10330
Address, Entry.
typeName
().str().c_str());
10379
<< left_justify(Entry.
typeName
(), 8) << " "
10437
<< left_justify(Entry.
typeName
(), 8) << " "
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
3231
#define PPC_VECTOR_TYPE(
typeName
, Id, size) \
7759
template <
typename
Range>
7788
template <
typename
Range>
8086
template<
typename
Range>
8123
template <
typename
Range>
8372
template<
typename
MemberKind>
Completed in 51 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026