Home
last modified time | relevance | path

Searched refs:Typeof (Results 1 – 25 of 38) sorted by relevance

12

/third_party/boost/libs/typeof/doc/
Dtypeof.qbk1 [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/
DparserRealSource3.types83 Typeof,
84 >Typeof : NodeType.Typeof
DparserRealSource3.symbols83 Typeof,
84 >Typeof : Symbol(NodeType.Typeof, Decl(parserRealSource3.ts, 30, 15))
DparserRealSource3.errors.txt38 Typeof,
DparserRealSource3.js33 Typeof,
DparserRealSource11.js407 case NodeType.Typeof:
495 case NodeType.Typeof:
2766 case NodeType.Typeof:
2847 case NodeType.Typeof:
DparserRealSource10.js247 …eratorPrecedence.None, NodeType.None, OperatorPrecedence.Unary, NodeType.Typeof, "typeof", ErrorRe…
719 …eratorPrecedence.None, NodeType.None, OperatorPrecedence.Unary, NodeType.Typeof, "typeof", ErrorRe…
DparserRealSource12.types602 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/
Dexperimental.qbk59 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/
DparserRealSource3.ts32 Typeof, enumerator
DparserRealSource12.ts117 this.childrenWalkers[NodeType.Typeof] = ChildrenWalkers.walkUnaryExpressionChildren;
DparserRealSource11.ts406 case NodeType.Typeof:
494 case NodeType.Typeof:
DparserRealSource10.ts246 …eratorPrecedence.None, NodeType.None, OperatorPrecedence.Unary, NodeType.Typeof, "typeof", ErrorRe…
/third_party/boost/libs/typeof/test/
DJamfile.v26 # Boost Typeof Library test Jamfile
/third_party/boost/libs/local_function/doc/
Drelease_notes.qbk22 # Completely removed use of Boost.Typeof when bound and result types are explicitly specified.
Dlocal_function.qbk35 [def __Boost_Typeof__ [@http://www.boost.org/libs/typeof Boost.Typeof]]
/third_party/boost/libs/bimap/doc/
Dbimap_and_boost.qbk130 Typeof operator emulation]
308 [section Boost.Typeof]
320 Boost.Typeof defines a macro BOOST_AUTO that can be used as a library
Dexamples.qbk105 [Bimap and Boost.Typeof: using BOOST_AUTO while we wait for C++0x ]]
Dbimap.qbk76 [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/
DMicrosoftDemangleNodes.h188 Typeof, enumerator
/third_party/boost/libs/type_traits/doc/
Dcommon_type.qbk203 [h4 Can you explain the pros/cons of `common_type` against Boost.Typeof?]
/third_party/boost/libs/proto/doc/
Dproto.qbk47 [@../../libs/typeof/index.html Boost.Typeof]]
Dback_end.qbk267 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/
Doverloaded_function.qbk28 [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/
DMicrosoftDemangle.cpp114 return SpecialIntrinsicKind::Typeof; in consumeSpecialIntrinsicKind()
471 case SpecialIntrinsicKind::Typeof: in demangleSpecialIntrinsic()

12