Home
last modified time | relevance | path

Searched defs:If (Results 1 – 25 of 37) sorted by relevance

12

/third_party/boost/boost/ptr_container/detail/
Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/third_party/boost/boost/hana/
Dif.hpp26 using If = BOOST_HANA_DISPATCH_IF(if_impl<Bool>, in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dif.hpp26 using If = BOOST_HANA_DISPATCH_IF(if_impl<Bool>, in operator ()() typedef
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_loops.h38 struct rc_instruction * If; member
Dr500_fragprog_emit.c60 int If; member
Dradeon_emulate_branches.c45 struct rc_instruction * If; member
/third_party/googletest/googlemock/test/
Dgmock-pp-string_test.cc92 TEST(Macros, If) { in TEST() argument
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeAsClauses.ts96 type If<Cond extends boolean, Then, Else> = Cond extends true ? Then : Else; alias
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dstatement.go331 func (g *gen) writeStatementIf(b *buffer, n *a.If, depth uint32) error {
/third_party/skia/src/gpu/tessellate/
DPatchWriter.h139 static VertexWriter::Conditional<T> If(bool c, const T& v) { return VertexWriter::If(c,v); } in If() function
/third_party/flutter/skia/src/gpu/
DGrVertexWriter.h41 static Conditional<T> If(bool condition, const T& value) { in If() function
/third_party/skia/src/gpu/
DBufferWriter.h77 static Conditional<T> If(bool condition, const T& value) { in If() function
/third_party/skia/third_party/externals/tint/src/resolver/
Dcompound_statement_test.cc220 TEST_F(ResolverCompoundStatementTest, If) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp69 Function *If; member in __anon94c148cc0111::SIAnnotateControlFlow
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h50 MultiClass, String, Defset, Defvar, If, Then, ElseKW, enumerator
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts90 If, enumerator
DparserRealSource10.ts32 If, enumerator
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dbounds.go598 func (q *checker) bcheckIf(n *a.If) error {
/third_party/boost/boost/msm/front/euml/
Doperator.hpp160 struct If : proto::extends<proto::terminal<if_tag>::type, If, boost::msm::sm_domain> struct
162 If(){} in If() function
169 struct In
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts172 type If<C extends boolean, T, F> = C extends true ? T : F; alias
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp210 static DSLPossibleStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, in If() function in SkSL::dsl::DSLCore
443 DSLStatement If(DSLExpression test, DSLStatement ifTrue, DSLStatement ifFalse, PositionInfo pos) { in If() function
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go577 type If Node type
585 func NewIf(condition *Expr, bodyIfTrue []*Node, bodyIfFalse []*Node, elseIf *If) *If {
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp45 static constexpr auto If = VertexWriter::If<float>; in write_quad_generic() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h911 If, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h1007 If, enumerator

12