Home
last modified time | relevance | path

Searched defs:saved_type (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DEHScopeStack.h58 typedef T saved_type; typedef
H A DCodeGenFunction.h3410 typedef llvm::PointerIntPair<llvm::Value*, 1, bool> saved_type; typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc4237 const auto saved_type = param_type[i]; in TEST_P() local