Home
last modified time | relevance | path

Searched refs:SetKey (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Drsa_test.c33 # define SetKey \ macro
95 SetKey; in key1()
140 SetKey; in key2()
212 SetKey; in key3()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Drsa_test.c32 #define SetKey \ macro
94 SetKey; in key1()
139 SetKey; in key2()
211 SetKey; in key3()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPassManager.h95 static AnalysisSetKey *ID() { return &SetKey; } in ID()
98 static AnalysisSetKey SetKey;
101 template <typename IRUnitT> AnalysisSetKey AllAnalysesOn<IRUnitT>::SetKey;
118 static AnalysisSetKey *ID() { return &SetKey; } in ID()
121 static AnalysisSetKey SetKey;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPassManager.cpp142 AnalysisSetKey CFGAnalyses::SetKey; member in CFGAnalyses