Home
last modified time | relevance | path

Searched defs:Short (Results 1 – 7 of 7) sorted by path

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc1202 short Short(short n) { return n; } // NOLINT in Short() function
H A Dgmock-more-actions_test.cc69 inline short Short(short n) { return n; } // NOLINT in Short() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h47 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp39 std::string Short, Full; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h94 Short, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1014 const CriticalPathInfo Short = TBlock.Extra > FBlock.Extra ? FBlock : TBlock; in shouldConvertIf() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp39 uint16_t Short; in consume() local