HomeSort by relevance Sort by last modified time
    Searched full:parameter (Results 1951 - 1975 of 8695) sorted by null

<<71727374757677787980>>

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_stream.py 62 # Invalid value 0xf passed to more parameter
  /external/clang/include/clang/Basic/
TemplateKinds.h 28 /// template parameter, or C++0x template alias.
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 34 /// parameter is supplied, the action uses it without taking ownership,
  /external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp 212 // If we are loading from NSError**/CFErrorRef* parameter, mark the resulting
254 // Storing to possible null NSError/CFErrorRef out parameter.
260 ? "in 'Creating and Returning NSError Objects' the parameter"
261 : "documented in CoreFoundation/CFError.h the parameter");
  /external/clang/test/Analysis/
free.c 61 free(&a); // expected-warning {{Argument to free() is the address of the parameter 'a', which is not memory allocated by malloc()}}
  /external/clang/test/Analysis/inlining/
ObjCDynTypePopagation.m 63 // The type of parameter gets used.
  /external/clang/test/CXX/basic/basic.start/basic.start.main/
p2.cpp 58 main( // expected-error {{first parameter of 'main' (argument count) must be of type 'int'}}
  /external/clang/test/CXX/class/class.friend/
p1.cpp 58 friend A operator|(const A& r); // expected-error {{overloaded 'operator|' must be a binary operator (has 1 parameter)}}
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 16 // expected-note{{passing argument to parameter here}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp 21 // In the definition of a constexpr constructor, each of the parameter types
25 constexpr S(int, NonLiteral, N::C) {} // expected-error {{constexpr constructor's 2nd parameter type 'NonLiteral' is not a literal type}}
26 constexpr S(int, NonLiteral = 42) {} // expected-error {{constexpr constructor's 2nd parameter type 'NonLiteral' is not a literal type}}
247 // corresponding parameter type and converting a full-expression to the
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p5.cpp 137 // class definition, or is the declaration of a parameter or a
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 37 // arguments corresponding to a template parameter pack, even when the
  /external/clang/test/Parser/
objcxx11-attributes.mm 49 f(e2); // expected-error {{cannot initialize a parameter of type 'int (*)() __attribute__((noreturn))' with an lvalue of type 'int ()'}}
  /external/clang/test/Sema/
transparent-union.c 9 void f(TU); // expected-note{{passing argument to parameter here}}
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 32 void f(const int& parm); // expected-note{{type of 1st parameter of member declaration does not match definition ('const int &' vs 'int')}}
100 void f6(int A2::RC::x); // expected-error{{parameter declarator cannot be qualified}}
142 void g(int&); // expected-note{{type of 1st parameter of member declaration does not match definition ('int &' vs 'const int &')}}
275 struct B::C; // expected-error {{requires a template parameter list}} \
using-decl-1.cpp 32 // FIXME: give this operator() a 'float' parameter to test overloading
  /external/clang/test/SemaObjC/
method-conflict.m 52 + (NSUInteger) compartmentsForClassifier: (id <XDSCClassifier>) classifier withSpecification: (XDSCDisplaySpecification *) displaySpec { // expected-warning {{conflicting parameter types in implementation of 'compartmentsForClassifier:withSpecification:'}}
property-typecheck-1.m 16 -(void) setMoo: (float) x { // expected-warning {{conflicting parameter types in implementation of 'setMoo:': 'int' vs 'float'}}
  /external/clang/test/SemaObjCXX/
instantiate-stmt.mm 69 @catch (T obj) { // expected-error{{@catch parameter is not a pointer to an interface type}}
  /external/clang/test/SemaTemplate/
instantiate-template-template-parm.cpp 34 template<template<int V> class TT> // expected-note{{parameter with type 'int'}}
  /external/compiler-rt/include/sanitizer/
common_interface_defs.h 35 // parameter will be used in the future to hold a structure with functions
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 59 // This function returns its parameter but in such a way that compiler
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 183 * Adds a parameter annotations item to this instance.
219 * Gets the parameter annotations for a given method, if any. This is
223 * @return {@code null-ok;} the parameter annotations, if any
379 out.println(" parameter annotations:");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
consoleLogs.php 13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
testResults.php.template 14 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0

Completed in 1358 milliseconds

<<71727374757677787980>>