HomeSort by relevance Sort by last modified time
    Searched full:basic (Results 376 - 400 of 9848) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/Basic/
BuiltinsNEON.def 15 // The format of this database matches clang/Basic/Builtins.def.
18 #include "clang/Basic/arm_neon.inc"
OpenMPKinds.h 28 #include "clang/Basic/OpenMPKinds.def"
36 #include "clang/Basic/OpenMPKinds.def"
45 #include "clang/Basic/OpenMPKinds.def"
53 #include "clang/Basic/OpenMPKinds.def"
61 #include "clang/Basic/OpenMPKinds.def"
69 #include "clang/Basic/OpenMPKinds.def"
77 #include "clang/Basic/OpenMPKinds.def"
85 #include "clang/Basic/OpenMPKinds.def"
  /external/clang/include/clang/Driver/
DriverDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticDriverKinds.inc"
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticFrontendKinds.inc"
  /external/clang/include/clang/Lex/
LexDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticLexKinds.inc"
  /external/clang/include/clang/Parse/
ParseDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticParseKinds.inc"
  /external/clang/include/clang/Sema/
SemaDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticSemaKinds.inc"
  /external/clang/include/clang/Serialization/
SerializationDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/DiagnosticSerializationKinds.inc"
  /external/clang/unittests/Basic/
Makefile 1 ##===- unittests/Basic/Makefile ----------------------------*- Makefile -*-===##
11 TESTNAME = Basic
  /external/curl/tests/data/
test1134 54 Authorization: Basic dXNlcjE6cGFzc3dvcmQx
59 Authorization: Basic MnVzZXI6cGFzc3dvcmQy
test16 7 HTTP proxy Basic auth
46 Proxy-Authorization: Basic ZmFrZUB1c2VyOqenp2xvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29uZw==
test264 7 HTTP proxy Basic auth
43 Proxy-Authorization: Basic ZmFrZTp1c2Vy
test278 7 HTTP proxy Basic auth
43 Proxy-Authorization: Basic ZmFrZTo=
test279 7 HTTP proxy Basic auth
44 Proxy-Authorization: Basic ZmFrZTo=
test3 6 HTTP Basic auth
52 Authorization: Basic ZmFrZTotdXNlcg==
test519 68 Authorization: Basic bW9uc3Rlcjp1bmRlcmJlZA==
73 Authorization: Basic YW5vdGhlcm1vbnN0ZXI6aW53YXJkcm9iZQ==
test84 6 HTTP Basic auth
47 Authorization: Basic aWFtOm15c2VsZg==
  /external/libxml2/test/schemas/
bug152470_1.xsd 10 <!-- Basic Types -->
12 <!-- Basic types to identify entities -->
  /external/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 70 // Add a basic block to the function. As before, it automatically inserts
74 // Create a basic block builder with default parameters. The builder will
75 // automatically append instructions to the basic block `BB'.
89 // Create the return instruction and add it to the basic block
100 // Add a basic block to the FooF function.
103 // Tell the basic block builder to attach itself to the new basic block
113 // Create the return instruction and add it to the basic block.
  /external/llvm/include/llvm/Analysis/
Trace.h 10 // This class represents a single trace of LLVM basic blocks. A trace is a
12 // optimizations treat traces almost like they are a large, strange, basic
35 /// Trace ctor - Make a new trace from a vector of basic blocks,
37 /// basic block in the vector.
41 /// getEntryBasicBlock - Return the entry basic block (first block)
46 /// operator[]/getBlock - Return basic block N in the trace.
60 /// getBlockIndex - Return the index of the specified basic block in the
69 /// contains - Returns true if this trace contains the given basic
  /external/llvm/test/CodeGen/ARM/
arm-returnaddr.ll 3 ; RUN: llc < %s -mtriple=arm-apple-ios -regalloc=basic | FileCheck %s
4 ; RUN: llc < %s -mtriple=thumbv6-apple-ios -regalloc=basic | FileCheck %s
  /external/llvm/test/CodeGen/MIR/X86/
unknown-machine-basic-block.mir 2 # This test ensures that an error is reported when an invalid machine basic
28 ; CHECK: [[@LINE+1]]:10: use of undefined machine basic block #4
unknown-named-machine-basic-block.mir 3 # basic block is encountered.
27 ; CHECK: [[@LINE+1]]:10: the name of machine basic block #2 isn't 'hit'
  /external/llvm/test/CodeGen/X86/
constant-hoisting-shift-immediate.ll 4 ; If const 128 is hoisted to a variable, then in basic block L_val2 we would
6 ; be in another basic block. As a result, a very inefficient code might be
  /external/llvm/test/Transforms/SCCP/
apint-basictest4.ll 1 ; This is a basic sanity check for constant propagation. It tests the basic

Completed in 1086 milliseconds

<<11121314151617181920>>