Home
last modified time | relevance | path

Searched refs:cmNamedCurly (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmMakefile.h1043 mutable cmsys::RegularExpression cmNamedCurly; variable
H A DcmMakefile.cxx98 this->cmNamedCurly.compile("^[A-Za-z0-9/_.+-]+{"); in cmMakefile()
2986 if (this->cmNamedCurly.find(next)) { in ExpandVariablesInStringNew()
2988 std::string(next, this->cmNamedCurly.end()) + in ExpandVariablesInStringNew()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmMakefile.h1043 mutable cmsys::RegularExpression cmNamedCurly; variable
H A DcmMakefile.cxx98 this->cmNamedCurly.compile("^[A-Za-z0-9/_.+-]+{"); in cmMakefile()
2986 if (this->cmNamedCurly.find(next)) { in ExpandVariablesInStringNew()
2988 std::string(next, this->cmNamedCurly.end()) + in ExpandVariablesInStringNew()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmMakefile.h1043 mutable cmsys::RegularExpression cmNamedCurly; variable
H A DcmMakefile.cxx98 this->cmNamedCurly.compile("^[A-Za-z0-9/_.+-]+{"); in cmMakefile()
2986 if (this->cmNamedCurly.find(next)) { in ExpandVariablesInStringNew()
2988 std::string(next, this->cmNamedCurly.end()) + in ExpandVariablesInStringNew()