HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 426 - 450 of 538) sorted by null

<<11121314151617181920>>

  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaLambda.cpp 740 MultiExprArg Args = Init;
742 Args =
745 InitializationSequence InitSeq(*this, Entity, Kind, Args);
746 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Args, &DclT);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 179 bool processCallArgs(SmallVectorImpl<Value*> &Args,
    [all...]
  /external/toybox/kconfig/
zconf.tab.c_shipped 837 # define YYDPRINTF(Args) \
840 YYFPRINTF Args;
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp     [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 765 // Create local copies for byval args.
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 787 ArrayRef<Expr *> Args,
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 415 const MacroArgs *Args) {
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 267 SourceRange Range, const MacroArgs *Args) override {
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 319 Value *SimplifyCall(Value *V, ArrayRef<Value *> Args, const DataLayout &DL,
  /external/llvm/include/llvm/MC/
MCStreamer.h 464 /// \param Args - Arguments of the LOH.
465 virtual void EmitLOHDirective(MCLOHType Kind, const MCLOHArgs &Args) {}
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 626 const SDValue Args[8] = {
636 return DAG.getNode(AMDGPUISD::EXPORT, DL, Op.getValueType(), Args);
788 SDValue Args[8] = {
806 return DAG.getNode(AMDGPUISD::DOT4, DL, MVT::f32, Args);
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/tpm2/generator/
structure_generator.py 177 Args:
206 Args:
225 Args:
316 Args:
345 Args:
358 Args:
374 Args:
393 Args:
428 Args:
439 Args
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /bionic/libc/bionic/
system_properties.cpp 688 template <typename List, typename... Args>
689 static inline void list_add(List** list, Args... args) {
690 *list = new List(*list, args...);
    [all...]
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
http.py 70 Args:
97 Args:
179 Args:
214 Args:
244 Args:
288 Args:
348 Args:
413 Args:
463 Args:
501 Args
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 7 template<class ...Args> using first = typename first_impl<Args...>::type;
940 auto g = [](auto&&... args) {
941 auto h = [args...]() -> int {
  /external/llvm/include/llvm/ADT/
SmallVector.h 659 template <typename... ArgTypes> void emplace_back(ArgTypes &&... Args) {
662 ::new ((void *)this->end()) T(std::forward<ArgTypes>(Args)...);

Completed in 8836 milliseconds

<<11121314151617181920>>