OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstName
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
CodeEmitterGen.cpp
292
const std::string &
InstName
= R->getValueAsString("Namespace") + "::"
299
CaseMap[Case].push_back(
InstName
);
/external/clang/utils/TableGen/
NeonEmitter.cpp
724
const std::string &
InstName
,
735
// If
InstName
is passed in, we use that instead of our name Prefix.
736
Prefix =
InstName
.size() == 0? Name.slice(0, PrefixEnd).str() :
InstName
;
745
if (
InstName
.compare("vtbl") == 0 ||
746
InstName
.compare("vtbx") == 0) {
1020
const std::string &
InstName
,
1059
PreprocessInstruction(NameRef,
InstName
, Prefix,
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
Completed in 611 milliseconds