Searched refs:Typeof (Results 1 – 25 of 38) sorted by relevance
12
/third_party/boost/libs/typeof/doc/ |
D | typeof.qbk | 1 [library Boost.Typeof 96 The purpose of the Boost.Typeof library is to provide a library-based solution, 133 The above examples are possible because the Typeof Library knows about 134 primitive types, such as `int`, `double`, `char`, etc. The Typeof Library also 150 applies in general, for example to let the Typeof Library handle `std::vector`, 184 If your define your own type, the Typeof Library cannot handle it 185 unless you let it know about this type. You tell the Typeof Library 208 Once your type is registered, the Typeof Library can handle it in any context: 382 Redefine if you want the Typeof Library to handle functions with more parameters. 398 the Typeof Library to handle very complex types, although this [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource3.types | 83 Typeof, 84 >Typeof : NodeType.Typeof
|
D | parserRealSource3.symbols | 83 Typeof, 84 >Typeof : Symbol(NodeType.Typeof, Decl(parserRealSource3.ts, 30, 15))
|
D | parserRealSource3.errors.txt | 38 Typeof,
|
D | parserRealSource3.js | 33 Typeof,
|
D | parserRealSource11.js | 407 case NodeType.Typeof: 495 case NodeType.Typeof: 2766 case NodeType.Typeof: 2847 case NodeType.Typeof:
|
D | parserRealSource10.js | 247 …eratorPrecedence.None, NodeType.None, OperatorPrecedence.Unary, NodeType.Typeof, "typeof", ErrorRe… 719 …eratorPrecedence.None, NodeType.None, OperatorPrecedence.Unary, NodeType.Typeof, "typeof", ErrorRe…
|
D | parserRealSource12.types | 602 this.childrenWalkers[NodeType.Typeof] = ChildrenWalkers.walkUnaryExpressionChildren; 603 >this.childrenWalkers[NodeType.Typeof] = ChildrenWalkers.walkUnaryExpressionChildren : (preAst: any… 604 >this.childrenWalkers[NodeType.Typeof] : IAstWalkChildren 608 >NodeType.Typeof : any 610 >Typeof : any
|
/third_party/boost/libs/geometry/doc/index/rtree/ |
D | experimental.qbk | 59 automatically. If iterators objects must be stored one may use Boost.Typeof library to retrieve a t… 65 /* Boost.Typeof */ 95 /* Boost.Typeof */
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource3.ts | 32 Typeof, enumerator
|
D | parserRealSource12.ts | 117 this.childrenWalkers[NodeType.Typeof] = ChildrenWalkers.walkUnaryExpressionChildren;
|
D | parserRealSource11.ts | 406 case NodeType.Typeof: 494 case NodeType.Typeof:
|
D | parserRealSource10.ts | 246 …eratorPrecedence.None, NodeType.None, OperatorPrecedence.Unary, NodeType.Typeof, "typeof", ErrorRe…
|
/third_party/boost/libs/typeof/test/ |
D | Jamfile.v2 | 6 # Boost Typeof Library test Jamfile
|
/third_party/boost/libs/local_function/doc/ |
D | release_notes.qbk | 22 # Completely removed use of Boost.Typeof when bound and result types are explicitly specified.
|
D | local_function.qbk | 35 [def __Boost_Typeof__ [@http://www.boost.org/libs/typeof Boost.Typeof]]
|
/third_party/boost/libs/bimap/doc/ |
D | bimap_and_boost.qbk | 130 Typeof operator emulation] 308 [section Boost.Typeof] 320 Boost.Typeof defines a macro BOOST_AUTO that can be used as a library
|
D | examples.qbk | 105 [Bimap and Boost.Typeof: using BOOST_AUTO while we wait for C++0x ]]
|
D | bimap.qbk | 76 [def __BOOST_TYPEOF__ [@http://www.boost.org/libs/typeof/doc/index.html [*Boost.Typeof]]]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 188 Typeof, enumerator
|
/third_party/boost/libs/type_traits/doc/ |
D | common_type.qbk | 203 [h4 Can you explain the pros/cons of `common_type` against Boost.Typeof?]
|
/third_party/boost/libs/proto/doc/ |
D | proto.qbk | 47 [@../../libs/typeof/index.html Boost.Typeof]]
|
D | back_end.qbk | 267 uses Boost.Typeof to deduce the types of the expressions it evaluates.] ] 286 _default_context_ uses Boost.Typeof to deduce the types of the expressions it 366 directly, so `default_eval<>` uses the Boost.Typeof library to emulate it. On 368 that it requires you to register your types with the Boost.Typeof library. 369 Check the documentation for Boost.Typeof to see. 1475 returned. The return type is deduced with the help of the Boost.Typeof
|
/third_party/boost/libs/functional/overloaded_function/doc/ |
D | overloaded_function.qbk | 28 [def __Boost_Typeof__ [@http://www.boost.org/doc/libs/typeof Boost.Typeof]]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangle.cpp | 114 return SpecialIntrinsicKind::Typeof; in consumeSpecialIntrinsicKind() 471 case SpecialIntrinsicKind::Typeof: in demangleSpecialIntrinsic()
|
12