HomeSort by relevance Sort by last modified time
    Searched refs:Prefix (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/ppp/pppd/plugins/radius/etc/
dictionary 115 ATTRIBUTE Prefix 1003 string
  /external/llvm/utils/TableGen/
TableGen.cpp 188 cl::value_desc("directory"), cl::Prefix);
LLVMCConfigurationEmitter.cpp 129 // like "Wa," (useful for prefix options).
190 Parameter, ParameterList, Prefix, PrefixList };
209 return (t == Parameter || t == Prefix);
226 return OptionType::Prefix;
266 /// prefix.
433 case OptionType::Prefix:
450 case OptionType::Prefix:
    [all...]
Record.h     [all...]
Record.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 40 void mangle(const NamedDecl *D, llvm::StringRef Prefix = "?");
157 llvm::StringRef Prefix) {
173 Out << Prefix;
    [all...]
ItaniumMangle.cpp 224 void mangle(const NamedDecl *D, llvm::StringRef Prefix = "_Z");
388 void CXXNameMangler::mangle(const NamedDecl *D, llvm::StringRef Prefix) {
394 // Adding the prefix can cause problems when one file has a "foo" and
412 Out << Prefix;
700 /// i.e. if there is more prefix "to the right".
755 // In all of these cases, we should have no prefix.
916 /*prefix*/ 0,
922 /*prefix*/ 0,
927 /*prefix*/ 0,
    [all...]
ASTContext.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 89 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) {
91 switch (Prefix) {
92 default: llvm_unreachable("Bad prefix!");
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 100 cl::value_desc("directory"), cl::Prefix);
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 851 // file+line+column number prefix is.
854 if (!Prefix.empty())
855 OS << Prefix << ": ";
    [all...]
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 537 StringRef Prefix) {
563 Streamer.AddComment(Twine(Prefix) + " = " + EncStr);
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 155 // Invalid prefix.
157 t.expectFalse(isInNetEx("127.0.0.1", "127.0.0.1")); // Missing '/' in prefix.
306 // Prefix with the test name that generated the log.
  /external/llvm/lib/Support/
CommandLine.cpp 337 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix;
369 /// see if this is a prefix or grouped option. If so, split arg into output an
384 if (PGOpt->getFormattingFlag() == cl::Prefix) {
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 267 // Prefix increment with eval or arguments
275 // Prefix decrement with eval or arguments
314 // Prefix unary operators other than delete, ++, -- are valid in strict mode
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 529 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix())
530 TRY_TO(TraverseNestedNameSpecifierLoc(Prefix));
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 721 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber,
724 MCSymbol *Label = Ctx.GetOrCreateSymbol(Twine(Prefix)
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 95 0x01 lcp Length Change Prefix stall cycles
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 111 // Prefix - This option allows arguments that are otherwise unrecognized to be
112 // matched by options that are a prefix of the actual value. This is useful for
114 // '-L../../include' where -l or -L are the actual flags. When prefix is
126 Prefix = 0x100, // Can this option directly prefix its value?
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 96 // code below is permitted to look at the prefix of the
107 NestedNameSpecifier *Prefix = 0;
110 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) {
112 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
    [all...]
  /external/llvm/lib/CodeGen/
VirtRegRewriter.cpp 52 cl::Prefix,
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 816 milliseconds

1 23 4