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

<<11121314151617181920>>

  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 203 // Add any template specialization args.
206 const TemplateArgument *Args = TArgs->data();
208 TemplateSpecializationType::PrintTemplateArgumentList(OS, Args, NumArgs,
    [all...]
CGObjCGNU.cpp 68 va_list Args;
69 va_start(Args, RetTy);
70 while (llvm::Type *ArgTy = va_arg(Args, llvm::Type *))
72 va_end(Args);
598 llvm::Value *args[] = { variable
601 llvm::CallSite imp = CGF.EmitRuntimeCallOrInvoke(MsgLookupFn, args);
674 llvm::Value *args[] = { variable
808 llvm::Value *args[] = { variable
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 349 ArrayRef<Expr *> Args,
480 ArrayRef<QualType> args,
486 return Context->getFunctionType(result, args, fpi);
551 // All the args are checked/rewritten. Don't call twice!
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 235 bool TraverseTemplateArguments(const TemplateArgument *Args,
    [all...]
TypeLoc.h     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 367 Args:
400 Args:
474 Args:
485 Args:
503 Args:
587 Args:
667 Args:
688 Args:
703 Args:
863 Args
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 741 SDValue Args[5] = {
748 return CurDAG->SelectNodeTo(N, AMDGPU::REG_SEQUENCE, MVT::i64, Args);
    [all...]
  /system/update_engine/update_manager/
chromeos_policy_unittest.cc 184 template<typename T, typename R, typename... Args>
188 R* result, Args... args) {
193 result, args...))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 11849 Value* args[6] = {Builder.getInt32(15), Builder.getInt32(0), local
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h     [all...]
  /frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp 33 #define ARGS(method) method ## Args
46 } ARGS(name); \
47 static void* Bridge_ ## name(ARGS(name)* args)
50 LOG_ALWAYS_FATAL_IF( METHOD_INVOKE_PAYLOAD_SIZE < sizeof(ARGS(method)), \
51 "METHOD_INVOKE_PAYLOAD_SIZE %zu is smaller than sizeof(" #method "Args) %zu", \
52 METHOD_INVOKE_PAYLOAD_SIZE, sizeof(ARGS(method))); \
54 ARGS(method) *args = (ARGS(method) *) task->payload(
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
test_mox.py     [all...]
  /external/chromium-trace/catapult/third_party/mox3/mox3/tests/
test_mox.py     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 288 const Expr*const* Args = Msg->getArgs();
289 const Expr *RHS = Args[0];
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 157 bool InMacroArgs : 1; // True if parsing fn macro invocation args.
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 1109 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1215 os << *args[0]; local
1218 os << ", " << *args[1]; local
1221 os << ", " << *args[2]; local
1224 os << ", " << *args[3]; local
1265 BaseArgExprs args; local
1314 os << "{" << *args[0] << " | " << *args[1] << "}"; local
1521 ArgExprs args; local
1562 os << "(" << *args[0] << " ? " << *args[1] << " : " << *args[2] << ")"; local
1977 void doPrint (ostream& os, const BaseArgExprs& args) const { os << "-" << *args[0]; } local
2480 os << *args[0] << "[" << *args[1] << "]"; local
2711 os << "-(" << *args[0] << ")"; local
3405 os << "(" << *args[0] << " * " << *args[1] << ")"; local
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1130 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1236 os << *args[0]; local
1239 os << ", " << *args[1]; local
1242 os << ", " << *args[2]; local
1245 os << ", " << *args[3]; local
1286 BaseArgExprs args; local
1335 os << "{" << *args[0] << " | " << *args[1] << "}"; local
1542 ArgExprs args; local
1583 os << "(" << *args[0] << " ? " << *args[1] << " : " << *args[2] << ")"; local
1998 void doPrint (ostream& os, const BaseArgExprs& args) const { os << "-" << *args[0]; } local
2501 os << *args[0] << "[" << *args[1] << "]"; local
2732 os << "-(" << *args[0] << ")"; local
3456 os << "(" << *args[0] << " * " << *args[1] << ")"; local
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]

Completed in 2049 milliseconds

<<11121314151617181920>>