HomeSort by relevance Sort by last modified time
    Searched refs:Definition (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/clang/test/Analysis/
unions.cpp 7 struct Definition;
10 Definition *lexdef;
14 struct Definition : public ParseNode { };
34 struct Definition;
39 Definition *lexdef;
47 struct Definition : public ParseNode { };
  /external/eigen/lapack/
dsecnd_NONE.f 8 * Definition:
second_NONE.f 8 * Definition:
clacgv.f 18 * Definition:
cladiv.f 18 * Definition:
dladiv.f 18 * Definition:
dlapy2.f 18 * Definition:
dlapy3.f 18 * Definition:
sladiv.f 18 * Definition:
slapy2.f 18 * Definition:
slapy3.f 18 * Definition:
zlacgv.f 18 * Definition:
zladiv.f 18 * Definition:
ilaclc.f 18 * Definition:
ilaclr.f 18 * Definition:
iladlc.f 18 * Definition:
iladlr.f 18 * Definition:
ilaslc.f 18 * Definition:
ilaslr.f 18 * Definition:
ilazlc.f 18 * Definition:
ilazlr.f 18 * Definition:
  /frameworks/rs/api/
Specification.h 134 // Either 0, 32 or 64. If 0, this definition is valid for both 32 and 64 bits.
153 class Definition {
156 /* If greater than 0, this definition is deprecated. It's the API level at which
168 Definition(const std::string& name);
188 class Constant : public Definition {
193 Constant(const std::string& name) : Definition(name) {}
204 class Type : public Definition {
209 Type(const std::string& name) : Definition(name) {}
220 class Function : public Definition {
296 std::string mSimpleType; // The definition of the typ
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 16 // function's standard definition. This pass is implemented as a
280 Argument *Definition;
300 ArgumentGraph() { SyntheticRoot.Definition = nullptr; }
310 Node.Definition = A;
614 // made. If the definition doesn't have a 'nocapture' attribute by now, it
620 if (!ArgumentSCC[0]->Definition)
626 Argument *A = ArgumentSCC[0]->Definition;
639 if (!Node->Definition->hasNoCaptureAttr())
650 ArgumentSCCNodes.insert((*I)->Definition);
659 Argument *A = (*UI)->Definition;
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 61 /// \brief A macro definition.
135 /// \brief Record the location of a macro definition.
148 /// \brief Retrieve the location of the macro name in the definition.
159 /// \brief The definition of this macro or the name of the macro if it is
168 MacroExpansion(MacroDefinitionRecord *Definition, SourceRange Range)
169 : PreprocessedEntity(MacroExpansionKind, Range), NameOrDef(Definition) {
182 /// \brief The definition of the macro being expanded. May return null if
362 /// \brief Register a new macro definition.
479 /// \brief Retrieve the macro definition that corresponds to the given

Completed in 299 milliseconds

1 2 3 4