/third_party/boost/boost/fusion/algorithm/iteration/detail/ |
D | fold.hpp | 23 # define BOOST_FUSION_FOLD_IMPL_FIRST_IT_META_TRANSFORM(IT) \ argument 25 # define BOOST_FUSION_FOLD_IMPL_FIRST_IT_TRANSFORM(IT) fusion::prior(IT) argument 35 # define BOOST_FUSION_FOLD_IMPL_FIRST_IT_META_TRANSFORM(IT) IT argument 36 # define BOOST_FUSION_FOLD_IMPL_FIRST_IT_TRANSFORM(IT) IT argument 39 # define BOOST_FUSION_FOLD_IMPL_INVOKE_IT_META_TRANSFORM(IT) IT& argument 40 # define BOOST_FUSION_FOLD_IMPL_INVOKE_IT_TRANSFORM(IT) IT argument 42 # define BOOST_FUSION_FOLD_IMPL_INVOKE_IT_META_TRANSFORM(IT) \ argument 44 # define BOOST_FUSION_FOLD_IMPL_INVOKE_IT_TRANSFORM(IT) fusion::deref(IT) argument
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_ksl.h | 281 #define nghttp2_ksl_it_next(IT) \ argument 297 #define nghttp2_ksl_it_end(IT) \ argument 312 #define nghttp2_ksl_it_key(IT) \ argument
|
/third_party/nghttp2/lib/ |
D | nghttp2_ksl.h | 281 #define nghttp2_ksl_it_next(IT) \ argument 297 #define nghttp2_ksl_it_end(IT) \ argument 312 #define nghttp2_ksl_it_key(IT) \ argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackColoring.cpp | 42 const auto IT = AllocaNumbering.find(AI); in getLiveRange() local 206 for (auto IT : BlockLiveness) { in calculateLiveIntervals() local 263 for (auto IT : BlockLiveness) { in dumpBlockLiveness() local
|
D | SafeStackLayout.cpp | 36 for (auto &IT : ObjectOffsets) { in print() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | FunctionInfo.cpp | 55 const uint32_t IT = Data.getU32(&Offset); in decode() local 186 const uint32_t IT = Data.getU32(&Offset); in lookup() local
|
/third_party/boost/boost/container/detail/ |
D | alloc_lib.h | 47 #define BOOST_CONTAINER_MEMIT_NEXT(IT) (IT.node_ptr = IT.node_ptr->next_node_ptr) argument 50 #define BOOST_CONTAINER_MEMIT_ADDR(IT) ((void*)IT.node_ptr) argument 65 #define BOOST_CONTAINER_MEMCHAIN_IS_END_IT(PMEMCHAIN, IT) (!(IT).node_ptr) argument
|
/third_party/boost/boost/math/tools/ |
D | config.hpp | 193 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) RT argument 205 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) RT argument 217 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) RT argument 224 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) RT argument 282 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) IT argument
|
/third_party/spirv-tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 55 if (const auto* IT = type->AsInteger()) { in ParseDefaultValueStr() local 100 } else if (const auto* IT = type->AsInteger()) { in ParseDefaultValueBitPattern() local
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 54 if (const auto* IT = type->AsInteger()) { in ParseDefaultValueStr() local 99 } else if (const auto* IT = type->AsInteger()) { in ParseDefaultValueBitPattern() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 55 if (const auto* IT = type->AsInteger()) { in ParseDefaultValueStr() local 104 } else if (const auto* IT = type->AsInteger()) { in ParseDefaultValueBitPattern() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 55 if (const auto* IT = type->AsInteger()) { in ParseDefaultValueStr() local 104 } else if (const auto* IT = type->AsInteger()) { in ParseDefaultValueBitPattern() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopCacheAnalysis.h | 200 auto IT = std::find_if( in getLoopCost() local
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | regioncodefortesting.js | 55 IT: 'IT', property
|
D | metadatafortesting.js | 584 ,"IT":[,[,,"[0389]\\d{5,10}",,,,,,,[6,9,10,11] property
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | test_util.h | 136 static const char* IT() { in IT() function
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | RegionCode.java | 46 static final String IT = "IT"; field in RegionCode
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | accumulate.hpp | 185 typedef typename std::iterator_traits<InputIterator>::value_type IT; in accumulate() typedef
|
/third_party/boost/boost/compute/algorithm/ |
D | accumulate.hpp | 185 typedef typename std::iterator_traits<InputIterator>::value_type IT; in accumulate() typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 60 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DirectedGraph.h | 237 iterator IT = findNode(N); in removeNode() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 153 auto IT = SeenInsts.find(I); in seen() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStub.cpp | 810 for (const auto &IT : File->uuids()) in NormalizedTBD_V4() local 862 for (const auto &IT : SymbolToTargetList) { in NormalizedTBD_V4() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 530 for (BasicBlock::iterator IT = BB.begin(); IT != BB.end(); ++IT) { in runOnFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1251 auto *IT = dyn_cast<IntegerType>(Op0->getType()); in foldCttzCtlz() local 1277 auto *IT = dyn_cast<IntegerType>(Op0->getType()); in foldCtpop() local 4344 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem)) in findInitTrampoline() local 4346 if (IntrinsicInst *IT = findInitTrampolineFromBB(AdjustTramp, TrampMem)) in findInitTrampoline() local
|