/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
D | SourceExtraction.cpp | 35 if (const auto *While = dyn_cast<WhileStmt>(S)) in isSemicolonRequiredAfter() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | InfiniteLoopCheck.cpp | 140 if (const auto *While = dyn_cast<WhileStmt>(LoopStmt)) { in check() local
|
/external/llvm-project/clang/tools/clang-fuzzer/ |
D | cxx_proto.proto | 71 message While { message
|
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | ReadabilityModuleTest.cpp | 351 TEST(BracesAroundStatementsCheckTest, While) { in TEST() argument
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 2877 ## While section in Operation Semantics
|
/external/crosvm/acpi_tables/src/ |
D | aml.rs | 1121 pub struct While<'a> { struct 1126 impl<'a> While<'a> { argument 1136 impl<'a> Aml for While<'a> { implementation
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_live_range_test.cc | 264 TEST_F(HloLiveRangeTest, While) { in TEST_F() argument
|
D | sharding_propagation_test.cc | 1623 TEST_P(ParameterizedMetadataTest, While) { in TEST_P() argument
|
D | memory_space_assignment_test.cc | 738 TEST_P(MemorySpaceAssignmentTest, While) { in TEST_P() argument
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | AMDGPUEmitPrintf.cpp | 122 BasicBlock *While = in getStrlenWithNull() local
|
/external/skia/src/sksl/dsl/ |
D | DSLCore.cpp | 185 static DSLPossibleStatement While(DSLExpression test, DSLStatement stmt) { in While() function in SkSL::dsl::DSLCore 272 DSLStatement While(DSLExpression test, DSLStatement stmt, PositionInfo pos) { in While() function
|
/external/tensorflow/tensorflow/python/ops/ |
D | functional_ops.py | 925 def While(input_, cond, body, name=None, hostmem=None): function
|
/external/starlark-go/syntax/ |
D | syntax.go | 337 While Position member
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 122 } While; member 408 #define While(a0, a1, a2, a3, a4, a5) _Py_While(a0, a1, a2, a3, a4, a5) macro
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 1036 TEST(While, MatchesWhileLoops) { in TEST() argument
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 160 } While; member 510 #define While(a0, a1, a2, a3, a4, a5, a6, a7) _Py_While(a0, a1, a2, a3, a4, a5, a6, a7) macro
|
/external/python/pycparser/pycparser/ |
D | c_ast.py | 1048 class While(Node): class
|
/external/llvm-project/clang/unittests/Tooling/Syntax/ |
D | BuildTreeTest.cpp | 342 TEST_P(BuildSyntaxTreeTest, While) { in TEST_P() argument
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 1353 class While(Node): class
|
/external/swiftshader/src/Reactor/ |
D | Reactor.hpp | 3559 #define While(cond) For((void)0, cond, (void)0) macro
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 2243 XlaOp XlaBuilder::While(const XlaComputation& condition, in While() function in xla::XlaBuilder 4848 XlaOp While(const XlaComputation& condition, const XlaComputation& body, in While() function
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 1218 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 2256 While(expr_ty test, asdl_seq * body, asdl_seq * orelse, int lineno, int in While() function
|