HomeSort by relevance Sort by last modified time
    Searched refs:Concept (Results 1 - 5 of 5) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
concept_def.hpp 17 // Maybe in the next release we can kill off the "Concept" suffix for good.
24 struct BOOST_PP_CAT(name,Concept) \
28 BOOST_PP_CAT(name,Concept)(); \
39 struct BOOST_PP_CAT(name,Concept) \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/
exception.py 29 """Harary, F. and Read, R. "Is the Null Graph a Pointless Concept?"
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 60 /// \brief Construct a TTI object using a type implementing the \c Concept
68 /// the \c Concept API below.
509 class Concept;
515 std::unique_ptr<Concept> TTIImpl;
518 class TargetTransformInfo::Concept {
520 virtual ~Concept() = 0;
601 class TargetTransformInfo::Model final : public TargetTransformInfo::Concept {
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 278 TargetTransformInfo::Concept::~Concept() {}
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 51 http://www.antlr.org/wiki/display/~admin/2007/07/02/Exploring+Concept+of+TreeWizard
52 for more background on the concept of a tree wizard.

Completed in 97 milliseconds