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

1 23 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
InspectorFileSystemAgent.cpp 83 template<typename BaseCallback, typename Handler, typename Argument>
86 typedef bool (Handler::*HandlingMethod)(Argument);
93 virtual void handleEvent(Argument argument) OVERRIDE
95 (m_handler.get()->*m_handlingMethod)(argument); variable
110 template<typename Handler, typename Argument>
111 static CallbackDispatcher<BaseCallback, Handler, Argument>* create(Handler* handler, bool (Handler::*handlingMethod)(Argument))
113 return CallbackDispatcher<BaseCallback, Handler, Argument>::create(PassRefPtr<Handler>(handler), handlingMethod);
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 150 /// \brief Suppress traversal of template argument pack expansions.
158 /// \brief Suppress traversal of template argument pack expansions.
441 llvm_unreachable("Unhandled template argument kind?");
562 // Determine the size of this argument pack.
565 // Figure out whether we're instantiating to an argument pack or not.
581 // If we don't have a template argument at this depth/index, then we
590 // Determine the size of the argument pack.
595 // Template argument deduction can extend the sequence of template
609 // The is the first pack we've seen for which we have an argument.
677 // The pattern refers to an unknown template argument. We're not ready t
    [all...]
  /external/libpng/scripts/
makevms.com 114 $ Argument = P'arg
115 $ If Argument .Eqs. "" Then Goto Exit
118 $ File = F$Element(El," ",Argument)
  /external/llvm/lib/IR/
Value.cpp 155 } else if (Argument *A = dyn_cast<Argument>(V)) {
508 if (const Argument *A = dyn_cast<Argument>(V))
Metadata.cpp 156 if (Argument *A = dyn_cast<Argument>(V))
215 return isa<Instruction>(V) || isa<Argument>(V) || isa<BasicBlock>(V) ||
366 // If we are dropping an argument to null, we choose to not unique the MDNode
Core.cpp     [all...]
  /external/llvm/include/llvm/IR/
Value.h 27 class Argument;
308 ArgumentVal, // This is an instance of Argument
486 template <> struct isa_impl<Argument, Value> {
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 62 else if (Argument *A = dyn_cast<Argument>(V))
BasicAliasAnalysis.cpp 71 // If this is an argument that corresponds to a byval or noalias argument,
74 if (const Argument *A = dyn_cast<Argument>(V))
76 // Note even if the argument is marked nocapture we still need to check
87 if (isa<CallInst>(V) || isa<InvokeInst>(V) || isa<Argument>(V))
91 // stores to be escapes (it passes true for the StoreCaptures argument
433 if (const Argument *arg = dyn_cast<Argument>(V))
493 /// Get the location associated with a pointer argument of a callsite
    [all...]
MemoryBuiltins.cpp 296 /// argument passed to malloc is a multiple of the size of the malloced type,
422 if (Argument *A = dyn_cast<Argument>(V))
460 SizeOffsetType ObjectSizeOffsetVisitor::visitArgument(Argument &A) {
657 } else if (isa<Argument>(V) ||
  /external/clang/lib/AST/
CommentParser.cpp 268 // Check if argument looks like direction specification: [dir]
296 typedef BlockCommandComment::Argument Argument;
297 Argument *Args =
298 new (Allocator.Allocate<Argument>(NumArgs)) Argument[NumArgs];
302 Args[ParsedArgs] = Argument(SourceRange(Arg.getLocation(),
340 // command has an empty argument.
ASTDiagnostic.cpp 260 StringRef Argument,
297 Argument = StringRef();
301 assert(Modifier.empty() && Argument.empty() &&
302 "Invalid modifier for QualType argument");
310 if (Modifier == "objcclass" && Argument.empty())
312 else if (Modifier == "objcinstance" && Argument.empty())
315 assert(Modifier.empty() && Argument.empty() &&
316 "Invalid modifier for DeclarationName argument");
323 if (Modifier == "q" && Argument.empty())
326 assert(Modifier.empty() && Argument.empty() &
    [all...]
  /external/jhead/
jhead.c 312 // Escape an argument such that it is interpreted literally by the shell
701 const char * Argument;
702 Argument = ClearOrientation();
706 if (Argument == NULL){
710 sprintf(RotateCommand, "jpegtran -trim -%s -outfile &o &i", Argument);
730 Argument, ThumbTempName_out, ThumbTempName_in);
    [all...]
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py 38 # *) Any argument that is a resourceID has been changed to GLid<Type>.
1285 # argument, otherwise 'shm'. One command is generated for each
1305 # valid_args: A dictionary of argument indices to args to use in unit tests
1309 # pepper_args: A string representing the argument list (what would appear in
1312 # the stable Pepper API differs from the GLES2 argument list.
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 75 // Enumerate types used by function bodies and argument lists.
77 for (const Argument &A : F.args())
232 else if (!isa<Instruction>(V) && !isa<Argument>(V))
295 } else if (isa<Instruction>(V) || isa<Argument>(V))
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 399 /// argument. This overrides previous frame index entry for this argument,
401 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A,
406 /// getArgumentFrameIndex - Get frame index for the byval argument.
407 /// If the argument does not have any assigned frame index then 0 is
409 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) {
410 DenseMap<const Argument *, int>::iterator I =
414 DEBUG(dbgs() << "Argument does not have assigned frame index!\n");
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 89 assert(VMap.count(I) && "No mapping from source argument specified!");
99 // Clone any argument attributes that are present in the VMap.
100 for (const Argument &OldArg : OldFunc->args())
101 if (Argument *NewArg = dyn_cast<Argument>(VMap[&OldArg])) {
223 if (VMap.count(I) == 0) // Haven't mapped the argument to anything yet?
237 if (VMap.count(I) == 0) { // Is this argument preserved?
432 assert(VMap.count(II) && "No mapping from source argument specified!");
  /external/clang/include/clang/AST/
CommentSema.h 100 ArrayRef<BlockCommandComment::Argument> Args);
ExprCXX.h 114 /// both the object argument and the member function, while the
116 /// the object argument).
126 /// \brief Retrieves the implicit object argument for the member call.
135 /// the implicit object argument.
850 /// \brief A default argument (C++ [dcl.fct.default]).
852 /// This wraps up a function call argument that was created from the
853 /// corresponding parameter's default argument, when the call did not
863 /// \brief The location where the default argument expression was used.
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 106 /// argument passed to malloc is a multiple of the size of the malloced type,
196 SizeOffsetType visitArgument(Argument &A);
  /external/libunwind/doc/
unw_create_addr_space.tex 35 routines are specified via the \Var{ap} argument, which points to a
41 The first argument to every call-back routine is an address-space
42 identifier (\Var{as}) and the last argument is an arbitrary,
44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
46 argument to the value that was specified when
81 \Var{ip} argument is an instruction-address inside the procedure whose
82 information is needed. The \Var{pip} argument is a pointer to the
85 \Func{unw\_get\_proc\_info(3)} for details. Argument
105 \Func{find\_proc\_info}() with the \Var{need\_unwind\_info} argument
106 set to a non-zero value. The \Var{pip} argument has the same value a
    [all...]
unw_get_proc_info_by_ip.tex 31 \Var{unw\_local\_addr\_space} can be passed for this argument.
32 Argument \Var{ip} is the instruction-pointer for which the procedure
35 Lastly, \Var{arg} is the address-space argument that should be used
37 argument of the same name for \Func{unw\_init\_remote}(). When
38 accessing the local address-space (first argument is
40 argument.
59 address-space is passed in argument \Var{as}, this routine is also
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 72 // Enumerate types used by function bodies and argument lists.
237 else if (!isa<Instruction>(V) && !isa<Argument>(V))
300 } else if (isa<Instruction>(V) || isa<Argument>(V))
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 72 // Enumerate types used by function bodies and argument lists.
237 else if (!isa<Instruction>(V) && !isa<Argument>(V))
300 } else if (isa<Instruction>(V) || isa<Argument>(V))
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 72 // Enumerate types used by function bodies and argument lists.
237 else if (!isa<Instruction>(V) && !isa<Argument>(V))
300 } else if (isa<Instruction>(V) || isa<Argument>(V))

Completed in 695 milliseconds

1 23 4 5 6 7 8