HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 226 - 250 of 358) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/bison/data/
glr.c 70 # Optional effective arguments passed to yyerror: user args plus yylloc, and
512 # define YYDPRINTF(Args) \
515 YYFPRINTF Args; \
536 # define YYDPRINTF(Args)
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 838 /// \param Args the argument(s) provided for initialization.
842 MultiExprArg Args);
855 /// \param Args the argument(s) provided for initialization, ownership of
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 288 Argument *Args =
293 Args[ParsedArgs] = Argument(SourceRange(Arg.getLocation(),
299 S.actOnBlockCommandArgs(BC, llvm::makeArrayRef(Args, ParsedArgs));
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 395 std::vector<std::string> Args = unescapeJsonCommandLine("a'\\\\b \\\"c\\\"'");
396 ASSERT_EQ(1ul, Args.size());
397 EXPECT_EQ("a\\b \"c\"", Args[0]);
  /external/e2fsprogs/intl/
plural.c 84 new_exp (int nargs, enum operator op, struct expression * const *args)
91 if (args[i] == NULL)
101 newp->val.args[i] = args[i];
107 FREE_EXPRESSION (args[i]);
121 struct expression *args[1]; local
123 args[0] = right;
124 return new_exp (1, op, args);
130 struct expression *args[2]; local
132 args[0] = left
141 struct expression *args[3]; local
    [all...]
  /external/elfutils/src/
ldscript.c     [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 506 SmallVector<Value*, 8> Args;
540 Args.push_back(C);
543 CallInst *TheCall = CallInst::Create(F, Args, "", StubBB);
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 444 SmallVector<std::string, 4> Args;
453 Args.push_back(Data);
464 getStreamer().EmitLinkerOptions(Args);
  /external/llvm/lib/Option/
ArgList.cpp 21 for (; Current != Args.end(); ++Current) {
44 Args.push_back(A);
50 it = Args.erase(it);
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 435 const Function::ArgumentListType &Args(Func->getArgumentList());
436 for (Function::ArgumentListType::const_iterator i = Args.begin(),
437 e = Args.end();
  /external/chromium_org/native_client_sdk/src/tools/
host_vc.mk 94 # $6 = Other Linker Args
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 266 LLVMGenericValueRef *Args) {
272 ArgVec.push_back(*unwrap(Args[I]));
  /external/protobuf/python/google/protobuf/
text_format.py 129 Args:
144 Args:
224 Args:
361 Args:
375 Args:
568 Args:
600 Args:
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 125 Args:
195 Args:
276 Args:
352 Args:
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 53 def Setup(self, globopt, args):
60 if len(args) and args[0] == '-l':
61 self.limits = util.ReadFile(args[1], util.RAW_TEXT).split('\n')
62 args = args[2:]
63 return self.rc2grd.ParseOptions(args)
65 def Run(self, globopt, args):
66 args = self.Setup(globopt, args)
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 100 ArrayRef<BlockCommandComment::Argument> Args);
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 236 Value *SimplifyCall(Value *V, ArrayRef<Value *> Args,

Completed in 1651 milliseconds

1 2 3 4 5 6 7 8 91011>>