Home
last modified time | relevance | path

Searched defs:ConstraintCodeVector (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
DInlineAsm.h99 typedef std::vector<std::string> ConstraintCodeVector; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInlineAsm.h97 using ConstraintCodeVector = std::vector<std::string>; variable