HomeSort by relevance Sort by last modified time
    Searched defs:Kind (Results 276 - 300 of 300) sorted by null

<<1112

  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 322 // This is some kind of pointer constant. Turn it into a pointer-sized
    [all...]
  /external/clang/include/clang/AST/
Expr.h 61 } Kind;
82 : Kind(DerivedToBaseAdjustment) {
88 : Kind(FieldAdjustment) {
93 : Kind(MemberPointerAdjustment) {
334 unsigned short Kind;
338 : Kind(k), Modifiable(m)
344 Kinds getKind() const { return static_cast<Kinds>(Kind); }
349 bool isLValue() const { return Kind == CL_LValue; }
350 bool isXValue() const { return Kind == CL_XValue; }
351 bool isGLValue() const { return Kind <= CL_XValue;
    [all...]
Type.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 835 /// \brief Describes the kind of unqualified-id parsed.
855 } Kind;
858 /// \brief The kind of overloaded operator.
    [all...]
Sema.h 810 enum Kind {
827 Kind getKind() const { return static_cast<Kind>(Pair.getInt()); }
828 void setKind(Kind K) { Pair.setInt(K); }
835 /// \brief The kind of translation unit we are processing.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 313 diag::kind DiagID = DiagIDMappingPair.first;
399 if (TopImport->Kind != MK_Module)
785 if (F.Kind == MK_Module) {
837 ID.AddInteger(Key.Kind);
839 switch (Key.Kind) {
866 Key.Kind = Name.getNameKind();
5330 AttributedType::Kind kind = static_cast<AttributedType::Kind>(Record[2]); local
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 182 if (clang_isInvalid(Cursor.kind))
185 if (clang_isDeclaration(Cursor.kind)) {
481 if (clang_isReference(Cursor.kind) &&
482 Cursor.kind != CXCursor_CXXBaseSpecifier) {
491 if (clang_isDeclaration(Cursor.kind)) {
499 if (clang_isStatement(Cursor.kind)) {
506 if (clang_isExpression(Cursor.kind)) {
513 if (clang_isTranslationUnit(Cursor.kind)) {
542 if (Cursor.kind == CXCursor_CXXBaseSpecifier) {
550 if (Cursor.kind == CXCursor_IBOutletCollectionAttr)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 571 // This enum represents the kind of minmax reduction.
585 Kind(RK_NoReduction), MinMaxKind(MRK_Invalid) {}
589 : StartValue(Start), LoopExitInstr(Exit), Kind(K), MinMaxKind(MK) {}
596 // The kind of the reduction.
597 ReductionKind Kind;
598 // If this a min/max reduction the kind of reduction.
659 /// Induction kind.
751 /// Returns True, if 'Phi' is the kind of reduction variable for type
752 /// 'Kind'. If this is a reduction variable, it adds it to ReductionList.
753 bool AddReductionVar(PHINode *Phi, ReductionKind Kind);
    [all...]
  /external/chromium_org/v8/src/
ast.h 1465 Kind kind() { return kind_; } function in class:v8::internal::V8_FINAL
    [all...]
hydrogen-instructions.h 1885 Kind kind() { return kind_; } function in class:V8_FINAL
5270 ParameterKind kind() const { return kind_; } function in class:V8_FINAL
    [all...]
objects.h 11 #include "src/elements-kind.h"
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaDecl.cpp 94 /// \brief Determine whether the token kind starts a simple-type-specifier.
95 bool Sema::isSimpleTypeSpecifier(tok::TokenKind Kind) const {
96 switch (Kind) {
98 // token kind is a valid type specifier
247 // FIXME: LookupNestedNameSpecifierName isn't the right kind of
249 LookupNameKind Kind = isClassName ? LookupNestedNameSpecifierName :
251 LookupResult Result(*this, &II, NameLoc, Kind);
288 Kind, S, SS, Validator,
4930 unsigned kind = -1U; local
    [all...]
SemaDeclCXX.cpp 265 InitializationKind Kind = InitializationKind::CreateCopy(Param->getLocation(),
267 InitializationSequence InitSeq(*this, Entity, Kind, Arg);
268 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Arg);
372 if (chunk.Kind == DeclaratorChunk::Function) {
396 } else if (chunk.Kind != DeclaratorChunk::Paren) {
487 // isn't worth the effort right now. This is the kind of test case that
737 /// \brief Get diagnostic %select index for tag kind for
747 default: llvm_unreachable("Invalid tag kind for record diagnostic!");
    [all...]
SemaExpr.cpp 342 // The kind of declaration. This is also an index into a %select in
    [all...]
TreeTransform.h 64 /// node of the appropriate kind from the pieces. The default transformation
312 /// appropriate TransformXXXStmt function to transform a specific kind of
323 /// appropriate TransformOMPXXXClause function to transform a specific kind
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 357 unsigned Kind) override;
401 } Kind;
535 ARMOperand(KindTy K) : MCParsedAsmOperand(), Kind(K) {}
537 Kind = o.Kind;
540 switch (Kind) {
622 assert(Kind == k_Memory && "Invalid access!");
627 assert(Kind == k_CondCode && "Invalid access!");
632 assert((Kind == k_CoprocNum || Kind == k_CoprocReg) && "Invalid access!")
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapidefs.h 624 } Kind;
    [all...]
wabdefs.h 625 } Kind;
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1445 milliseconds

<<1112