HomeSort by relevance Sort by last modified time
    Searched full:prototype (Results 451 - 475 of 3248) sorted by null

<<11121314151617181920>>

  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 156 /// PrototypeAST - This class represents the "prototype" for a function,
343 /// prototype
347 return LogErrorP("Expected function name in prototype");
353 return LogErrorP("Expected '(' in prototype");
359 return LogErrorP("Expected ')' in prototype");
367 /// definition ::= 'def' prototype expression
390 /// external ::= 'extern' prototype
419 // prototype.
424 // If no existing prototype exists, return null.
500 // Transfer ownership of the prototype to the FunctionProtos map, but keep
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 393 /// Compute the arguments required by the given formal prototype,
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
401 if (!prototype->isVariadic()) return All;
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
412 return forPrototypePlus(prototype, 0, FD);
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
417 return forPrototype(prototype.getTypePtr(), FD);
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
423 return forPrototypePlus(prototype.getTypePtr(), additional, FD)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 393 /// Compute the arguments required by the given formal prototype,
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
401 if (!prototype->isVariadic()) return All;
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
412 return forPrototypePlus(prototype, 0, FD);
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
417 return forPrototype(prototype.getTypePtr(), FD);
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
423 return forPrototypePlus(prototype.getTypePtr(), additional, FD)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 393 /// Compute the arguments required by the given formal prototype,
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
401 if (!prototype->isVariadic()) return All;
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
412 return forPrototypePlus(prototype, 0, FD);
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
417 return forPrototype(prototype.getTypePtr(), FD);
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
423 return forPrototypePlus(prototype.getTypePtr(), additional, FD)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 393 /// Compute the arguments required by the given formal prototype,
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
401 if (!prototype->isVariadic()) return All;
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
412 return forPrototypePlus(prototype, 0, FD);
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
417 return forPrototype(prototype.getTypePtr(), FD);
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
423 return forPrototypePlus(prototype.getTypePtr(), additional, FD)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 393 /// Compute the arguments required by the given formal prototype,
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
401 if (!prototype->isVariadic()) return All;
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
412 return forPrototypePlus(prototype, 0, FD);
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
417 return forPrototype(prototype.getTypePtr(), FD);
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
423 return forPrototypePlus(prototype.getTypePtr(), additional, FD)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 393 /// Compute the arguments required by the given formal prototype,
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
401 if (!prototype->isVariadic()) return All;
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
412 return forPrototypePlus(prototype, 0, FD);
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
417 return forPrototype(prototype.getTypePtr(), FD);
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
423 return forPrototypePlus(prototype.getTypePtr(), additional, FD)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 393 /// Compute the arguments required by the given formal prototype,
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
401 if (!prototype->isVariadic()) return All;
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
412 return forPrototypePlus(prototype, 0, FD);
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
417 return forPrototype(prototype.getTypePtr(), FD);
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
423 return forPrototypePlus(prototype.getTypePtr(), additional, FD)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
CGFunctionInfo.h 393 /// Compute the arguments required by the given formal prototype,
398 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype,
401 if (!prototype->isVariadic()) return All;
407 return RequiredArgs(prototype->getNumParams() + additional);
410 static RequiredArgs forPrototype(const FunctionProtoType *prototype,
412 return forPrototypePlus(prototype, 0, FD);
415 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype,
417 return forPrototype(prototype.getTypePtr(), FD);
420 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype,
423 return forPrototypePlus(prototype.getTypePtr(), additional, FD)
    [all...]
  /external/llvm/docs/tutorial/
OCamlLangImpl6.rst 120 definition is parsed as the "prototype" production and into the
121 ``Ast.Prototype`` AST node. To represent our new user-defined operators
122 as prototypes, we have to extend the ``Ast.Prototype`` AST node like
127 (* proto - This type represents the "prototype" for a function, which captures
131 | Prototype of string * string array
134 Basically, in addition to knowing a name for the prototype, we now keep
138 operators). Now that we have a way to represent the prototype for a
143 (* prototype
162 'Token.Kwd '(' ?? "expected '(' in prototype";
164 'Token.Kwd ')' ?? "expected ')' in prototype" >] -
    [all...]
  /external/swiftshader/third_party/LLVM/docs/tutorial/
OCamlLangImpl6.html 168 "prototype" production and into the <tt>Ast.Prototype</tt> AST node. To
170 the <tt>Ast.Prototype</tt> AST node like this:</p>
174 (* proto - This type represents the "prototype" for a function, which captures
178 | Prototype of string * string array
183 <p>Basically, in addition to knowing a name for the prototype, we now keep track
187 the prototype for a user-defined operator, we need to parse it:</p>
191 (* prototype
210 'Token.Kwd '(' ?? "expected '(' in prototype";
212 'Token.Kwd ')' ?? "expected ')' in prototype" &gt;] -&gt
    [all...]
  /toolchain/binutils/binutils-2.25/include/
ChangeLog-9103 40 (arm_symbol_is_valid): New prototype. This is the ARM
42 (generic_symbol_is_valid): New prototype. This is the default
96 * floatformat.h (floatformat_is_valid): Add prototype.
191 * hashtab.h (iterative_hash): Prototype.
232 * libiberty.h (physmem_total, physmem_available): Prototype.
246 (htab_create_alloc_ex): New prototype.
247 (htab_set_functions_ex): New prototype.
263 * dis-asm.h: Add msp430 disassembler prototype.
267 * dis-asm.h (print_mips_disassembler_options): Prototype.
288 * libiberty.h (make_relative_prefix): Add prototype
    [all...]
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 286 TestContext.prototype.failed = function() {
290 TestContext.prototype.expectEquals = function(expectation, actual) {
297 TestContext.prototype.expectTrue = function(x) {
301 TestContext.prototype.expectFalse = function(x) {
305 TestContext.prototype.log = function(x) {
339 MockDate.prototype[methodName] = createProxyMethod(methodName);
  /external/clang/include/clang/Sema/
Scope.h 79 /// parameters within a function prototype.
83 /// a function prototype for a function declaration (as opposed to any
147 /// PrototypeDepth - This is the number of function prototype scopes
256 /// Returns the number of function prototype scopes in this scope
263 /// prototype, increasing it by one for the next call.
370 /// function prototype scope.
  /external/v8/src/builtins/
builtins-function.cc 272 // ES6 section 19.2.3.2 Function.prototype.bind ( thisArg, ...args )
374 Node* prototype = assembler.LoadMapPrototype(receiver_map); local
377 assembler.GotoIf(assembler.WordNotEqual(prototype, expected_prototype),
464 // ES6 section 19.2.3.5 Function.prototype.toString ( )
476 "Function.prototype.toString")));
479 // ES6 section 19.2.3.6 Function.prototype [ @@hasInstance ] ( V )
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 408 // Traverse the prototype chain and check the maps in the prototype chain for
432 // Go to the next object in the prototype chain.
433 current = handle(JSObject::cast(current_map->prototype()));
492 // property from further up the prototype chain if the call fails.
499 // case might cause a miss during the prototype check.
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.h 57 Description: Updated function prototype and header template.
65 Description: Added #define for WMF and IF2. Updated function prototype.
69 Updated function prototype.
71 Description: Updated function prototype of AMRDecode due to the removal of
91 This file contains all the constant definitions and prototype definitions
149 ; Function Prototype declaration
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 79 /// parameters within a function prototype.
83 /// a function prototype for a function declaration (as opposed to any
147 /// PrototypeDepth - This is the number of function prototype scopes
256 /// Returns the number of function prototype scopes in this scope
263 /// prototype, increasing it by one for the next call.
370 /// function prototype scope.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 79 /// parameters within a function prototype.
83 /// a function prototype for a function declaration (as opposed to any
147 /// PrototypeDepth - This is the number of function prototype scopes
256 /// Returns the number of function prototype scopes in this scope
263 /// prototype, increasing it by one for the next call.
370 /// function prototype scope.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 79 /// parameters within a function prototype.
83 /// a function prototype for a function declaration (as opposed to any
147 /// PrototypeDepth - This is the number of function prototype scopes
256 /// Returns the number of function prototype scopes in this scope
263 /// prototype, increasing it by one for the next call.
370 /// function prototype scope.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 79 /// parameters within a function prototype.
83 /// a function prototype for a function declaration (as opposed to any
147 /// PrototypeDepth - This is the number of function prototype scopes
256 /// Returns the number of function prototype scopes in this scope
263 /// prototype, increasing it by one for the next call.
370 /// function prototype scope.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 79 /// parameters within a function prototype.
83 /// a function prototype for a function declaration (as opposed to any
147 /// PrototypeDepth - This is the number of function prototype scopes
256 /// Returns the number of function prototype scopes in this scope
263 /// prototype, increasing it by one for the next call.
370 /// function prototype scope.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 79 /// parameters within a function prototype.
83 /// a function prototype for a function declaration (as opposed to any
147 /// PrototypeDepth - This is the number of function prototype scopes
256 /// Returns the number of function prototype scopes in this scope
263 /// prototype, increasing it by one for the next call.
370 /// function prototype scope.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 79 /// parameters within a function prototype.
83 /// a function prototype for a function declaration (as opposed to any
147 /// PrototypeDepth - This is the number of function prototype scopes
256 /// Returns the number of function prototype scopes in this scope
263 /// prototype, increasing it by one for the next call.
370 /// function prototype scope.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 79 /// parameters within a function prototype.
83 /// a function prototype for a function declaration (as opposed to any
147 /// PrototypeDepth - This is the number of function prototype scopes
256 /// Returns the number of function prototype scopes in this scope
263 /// prototype, increasing it by one for the next call.
370 /// function prototype scope.

Completed in 1114 milliseconds

<<11121314151617181920>>